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
While tracing the last bug, I saw that the POST request says in its Accept-Encoding header that it supports both gzip and deflate (Accept-Encoding: gzip,deflate).
Long story short, it doesn't understand the reply when compression is used (Tried both, gzip and deflate). In this case, I think it's legit to simply remove the Accept-Encoding request header, so servers won't think of compressing the already small response XML.
The text was updated successfully, but these errors were encountered:
While tracing the last bug, I saw that the POST request says in its
Accept-Encoding
header that it supports bothgzip
anddeflate
(Accept-Encoding: gzip,deflate
).Long story short, it doesn't understand the reply when compression is used (Tried both, gzip and deflate). In this case, I think it's legit to simply remove the
Accept-Encoding
request header, so servers won't think of compressing the already small response XML.The text was updated successfully, but these errors were encountered: