PHP receive Content-type is Application/json request data

Source: Internet
Author: User

In the work for other companies to write a request for the interface, the debugging time is submitted with a form, so you can use $_post to receive the key, and docking the time to find the connection is always not data, the $_post the entire serialization into the log is also [], empty, and then find the reason, Originally they requested the JSON string as a whole as a string into the body, and I do not know the key can not get the data, so I looked for a long time, remember useful $globals ["Http_raw_post_data"] to receive data, I used to find an error, it appears that the environment configuration is not allowed to cause, and later thought can be used file_get_contents (' php://input ') to obtain data, so immediately modified a bit, sure enough to get the data

PHP receive Content-type is Application/json request data

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.