HTTP authentication with PHP, how to deal with it

Source: Internet
Author: User
HTTP Authentication with PHP
Http://www.vividchanelhandbags.com/images/20000665.jpg This image HTTP authentication to open. Write a function to download the picture. Know the Verified account number and password
Test 123789 how to do it. How to pass the account password through the function? Master Help.

------Solution--------------------
It's called garbled, huh?
PHP Code
$url = "Http://www.vividchanelhandbags.com/images/20000665.jpg"; $ch = Curl_init ($url); $useragent = "mozilla/4.0 ( Compatible MSIE 6.0; Windows NT 5.1;      SV1) "; $header = Array (' ACCEPT-LANGUAGE:ZH-CN ', ' connection:keep-alive ', ' Cache-control:no-cache ');      Header information curl_setopt ($ch, Curlopt_httpheader, $header); User_agent curl_setopt ($ch, curlopt_useragent, $useragent); curl_setopt ($ch, Curlopt_userpwd, "test:123789"); $response = Curl_exec ($ch);//You get the binary content of the picture, to display the picture, you have to tell the browser, The content format is what header ("content-type:image/jpg"); Echo $response;
------Solution--------------------
PHP Code
  
     
  • 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.