duanke1984 2019-07-14 03:24
浏览 76
已采纳

在jQuery Ajax中查找GET属性

I getting data from a Webpage and it have a jQuery Ajax Request. its Method is GET and it have some data, i wanna know how i can send request with cURL-php.

i did run a curl session and send data with curl_setopt($ch,CURLOPT_POSTFIELDS,$datas) but it didn't respond.

// $.ajax({type: 'GET', dataType: 'json', url : 'http://example.com/some', data: $('#media_form').serialize()})
// $('#media_form').serialize() = string=string&link=https%3A%2F%2Fexample.com

actually i put #media_form data in an array into postfields in cURL, but in fact i even dont know how should i send request. how should i send data in GET without any Attribute ?

  • 写回答

1条回答 默认 最新

  • dscs63759 2019-07-14 03:52
    关注

    GET parameters are put in the URL, not the POST fields.

    So it should be:

    $url = 'http://example.com/some?string=string&link=https%3A%2F%2Fexample.com';
    

    You can use the http_build_str() function to construct the query string from an associative array of parameters.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 写uniapp时遇到的问题
  • ¥15 matlab有限元法求解梁带有若干弹簧质量系统的固有频率
  • ¥15 找一个网络防御专家,外包的
  • ¥100 能不能让两张不同的图片md5值一样,(有尝)
  • ¥15 informer代码训练自己的数据集,改参数怎么改
  • ¥15 请看一下,学校实验要求,我需要具体代码
  • ¥50 pc微信3.6.0.18不能登陆 有偿解决问题
  • ¥20 MATLAB绘制两隐函数曲面的交线
  • ¥15 求TYPCE母转母转接头24PIN线路板图
  • ¥100 国外网络搭建,有偿交流