$http _raw_post_data function uses

Source: Internet
Author: User
The variables sent over HTTP POST are not displayed in the URL.

When we use $_post to accept the message, we can use the Php://input to accept the value, then they are different.

First, the $http_raw_post_data is empty when $_post and php://input can fetch the value;

$http _raw_post_data is a global variable built into PHP. It is used for PHP, in the case of unrecognized content-type, to fill in the variable $http_raw_post_data with the post data. It also fails to read post data that is content-type to Multipart/form-data. You need to set the Always_populate_raw_post_data value in php.ini to on,php to always fill the post data into the variable $http_raw_post_data.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The above describes the use of the $http_raw_post_data function, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.