File_get_contents Request URL Interface, "Request resource is not found" appears

Source: Internet
Author: User
1, I tried this URL in the browser request is not a problem, but with file_get_contents error
2, because the URL with the parameters of a lot of characters, so I used UrlEncode format, but the request will not open
3, need to pass parameters to this URL interface, some parameters with = ' | | These characters, maybe this is the reason, but what to do with it.
4, this is the URL and the parameters with Exp:
test.php?exp=pid== "mm_26632469_12350536_47102560"%20| | %20pid== "mm_26632469_12350536_47114110" ....

Reply content:

1, I tried this URL in the browser request is not a problem, but with file_get_contents error
2, because the URL with the parameters of a lot of characters, so I used UrlEncode format, but the request will not open
3, need to pass parameters to this URL interface, some parameters with = ' | | These characters, maybe this is the reason, but what to do with it.
4, this is the URL and the parameters with Exp:
test.php?exp=pid== "mm_26632469_12350536_47102560"%20| | %20pid== "mm_26632469_12350536_47114110" ....

urlencodeThe correct use of

'http://www.test.com/path/to/test.php?a='.urlencode('axxxxxxx').'&b='.urlencode('bxxxxxxx').'&c='.urlencode('cxxxxx')
  • 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.