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
I don't know whether this has been solved in 1.3 or not. but the problem is that when there are multi same headers such as "Set-Cookie", only the last one will be filled in xhr.headers.
The cause root is in rhino.js, when iterating the headers from raw urlconnection, only simply "headers[name]=value" , so previous headers with same name will be overwriten.
The text was updated successfully, but these errors were encountered:
I don't know whether this has been solved in 1.3 or not. but the problem is that when there are multi same headers such as "Set-Cookie", only the last one will be filled in xhr.headers.
The cause root is in rhino.js, when iterating the headers from raw urlconnection, only simply "headers[name]=value" , so previous headers with same name will be overwriten.
The text was updated successfully, but these errors were encountered: