发送自定义请求或通过发送自定义标头重定向到链接

时间:2020-02-13 04:36:23

标签: http xmlhttprequest http-headers

假设我对请求有以下参数

GET / HTTP/1.1
Host: google.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: close
SomeHeader : test
Upgrade-Insecure-Requests: 1

这里假设我想传递一个自定义标头,例如 SomeHeader:test 并从我的网站或脚本发送请求。

可以这样做吗?

0 个答案:

没有答案