Ajax Settings Custom Request header information

Source: Internet
Author: User

Client request

$.ajax ({type: "Post", Url:urlstr,datatype: ' JSON ', Async:true,headers:{token: ' Abck '},/* beforesend:function (XHR) {// Add the authentication information to the head of HTTP before sending the AJAX request Xhr.setrequestheader ("token", abck); Before the request is initiated, attach tokens to the header},
*/success:function (data) {Console.log (data.info); Console.log (json.stringify (data));},error:function (Xhr,text) { alert (text);}});

  

  

Service-side code

Public Function Test_jsonp () {Header ("Access-control-allow-headers:token"), $arr = Getallheaders (); foreach ($arr as $ Key=> $val) {$data [$key] = $val;} echo $callback. ' ('. Json_encode ($data). ') '; Echo Json_encode ($data); exit;/** or you can merge and write exit ($callback. ' ('. Json_encode (' + ' (' info ' = ' JSONP Test success ')). ‘)‘);* */}

  

Ajax Settings Custom Request header information

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.