You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a Web-Request via GM.xmlHttpRequest or GM_xmlhttpRequest, responseHeaders may have an invalid value. Some Header keys (set-cookie) are removed which causes the returned string not to be a valid headers string anymore, which cannot be parsed.
Tested on latest TM Stable and Beta for Firefox.
Expected Behavior
responseHeaders to be a valid response headers string, similar to
When doing a Web-Request via
GM.xmlHttpRequest
orGM_xmlhttpRequest
,responseHeaders
may have an invalid value. Some Header keys (set-cookie
) are removed which causes the returned string not to be a valid headers string anymore, which cannot be parsed.Tested on latest TM Stable and Beta for Firefox.
Expected Behavior
responseHeaders
to be a valid response headers string, similar toActual Behavior
Specifications
Script
The text was updated successfully, but these errors were encountered: