Referer override
|
|
I've tried to use a "referer" override like the one you have in your script, but it seems Windows versions of Firefox don't let you override the "referer" header (it worked on a Mac though). I used an HTTP sniffer to verify what data was being sent and indeed it didn't include the "Referer:" header on Windows. Have you seen this problem with this script on Windows? |
|
|
I am using Firefox in Windows and it works. You have to use GM_xmlhttpRequest, not the regular XMLHttpRequest. |