$GLOBALS [“HTTP_ RAW_ POST_ Data “] and$_ POST,file_ get_ contents(‘ php://input ‘) almost, with $globals [“http_ RAW_ POST_ Data “] or file_ get_ contents(‘ php://input Most of the cases are for the purpose of obtaining$_ Data types that post cannot receive (such as XML data)
In $globals [“HTTP”_ RAW_ POST_ Data “] can be checked in the following ways if the value cannot be obtained:
1. Use file_ get_ contents(‘ php://input ‘) to get the data. If not, it may be a data transmission error. The request is caught and the data is analyzed
2. If file_ get_ contents(‘ php://input There is data. View the php.ini configuration file
Find the following. If it is not turned on, turn it on
always_populate_raw_post_data=On
Similar Posts:
- [Solved] PHP Error: always_populate_raw_post_data = -1
- CSRF verification failed. Request aborted [How to Solve]
- Python Error:Exception Value:can only concatenate str (not “bytes”) to str
- How to Solve Error: Request failed with status code 500
- How to Solve Curl pass large JSON files Error
- curl HTTP Error 400. The request is badly formed.
- [How to Solve] Failed to convert value of type ‘java.lang.String’ to required type ‘java.util.Date’;
- Error encountered in Django: forbidden CSRF cookie not set
- Lab: exploiting blind xxE to retrieve data via error messages
- [Solved] Git remote:error:refusing to update checked out branch:refs/heads/master”