curl icon indicating copy to clipboard operation
curl copied to clipboard

--data-raw can not support

Open xiamaoxuan opened this issue 2 years ago • 4 comments

--data-raw --compressed

can not support

xiamaoxuan avatar Aug 16 '23 03:08 xiamaoxuan

Hi, have any examples so I can make an unit test ?

libetl avatar Aug 19 '23 17:08 libetl

curl 'https://ug.baidu.com/mcp/pc/pcsearch'
-H 'Accept: /'
-H 'Accept-Language: zh-CN,zh;q=0.9'
-H 'Connection: keep-alive'
-H 'Content-Type: application/json'
-H 'DNT: 1'
-H 'Origin: https://www.baidu.com'
-H 'Referer: https://www.baidu.com/s?wd=111&rsv_spt=1&rsv_iqid=0xc87b3b8300066ce7&issp=1&f=8&rsv_bp=1&rsv_idx=2&ie=utf-8&tn=baiduhome_pg&rsv_dl=tb&rsv_enter=1&rsv_sug2=0&rsv_btype=i&inputT=506&rsv_sug4=566'
-H 'Sec-Fetch-Dest: empty'
-H 'Sec-Fetch-Mode: cors'
-H 'Sec-Fetch-Site: same-site'
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'
-H 'sec-ch-ua: "Chromium";v="116", "Not)A;Brand";v="24", "Google Chrome";v="116"'
-H 'sec-ch-ua-mobile: ?0'
-H 'sec-ch-ua-platform: "Windows"'
--data-raw '{"invoke_info":{"pos_1":[{}],"pos_2":[{}],"pos_3":[{}]}}'
--compressed

xiamaoxuan avatar Sep 01 '23 06:09 xiamaoxuan

@libetl

xiamaoxuan avatar Sep 04 '23 08:09 xiamaoxuan

Hi, yes I saw your message last weekend. I was focusing on other projects. I'll take a look quite soon.

Thank you

libetl avatar Sep 04 '23 14:09 libetl