假设我对请求有以下参数
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 并从我的网站或脚本发送请求。
可以这样做吗?