Ticket #184 (new defect)

Opened 7 months ago

Last modified 6 months ago

GM_xmlhttpRequest remove cookies

Reported by: anonymous Assigned to:
Priority: minor Milestone:
Version: Keywords:
Cc:

Description

Passing an empty cookie field with the headers doesn't remove the cookies from the request:

GM_xmlhttpRequest({

method:"GET", url:"http://www.greasespot.net/", headers:{"Cookie":null}

});

It is clear that there can be more than one cookie, but there is a way to remove all cookies from a request?

Attachments

Change History

12/23/08 18:44:49 changed by anonymous

Ref http://www.w3.org/TR/XMLHttpRequest/

This is a tricky proposition as setRequestHeader is suggested to silently terminate any header that is set to null, as well as browser security may also prevent setting (or clearing in this case) headers depending on the scope of xmlhttprequest


Add/Change #184 (GM_xmlhttpRequest remove cookies)