I'm trying to understand the meaning of raw POST data. The PHP manual page for $HTTP_RAW_POST_DATA
just state that this variable contains Raw POST data
.
When will this variable be set and what's the meaning of raw POST data?
I understand the $_POST
, but I am totally confused with $HTTP_RAW_POST_DATA
.