Greasy Fork is available in English.

Discussions » Development

GM_xmlhttpRequest 跨域cookie

§
Posted: 20.7.2018

GM_xmlhttpRequest 跨域cookie

GM_xmlhttpRequest 可以在跨域请求的时候发送自定义的cookie或者不发送cookie么?

§
Posted: 5.10.2018

可以自己定义,如

headers = { 'cookie':'', }

Post reply

Sign in to post a reply.