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
Ajax: Overwrite s.contentType with content-type header value, if any
This fixes the issue of "%20" in POST data being replaced with "+"
even for requests with content-type different from
"application/x-www-form-urlencoded", e.g. for "application/json".
Fixesgh-4119Closesgh-4650
Co-authored-by: Richard Gibson <[email protected]>
Co-authored-by: Michał Gołębiowski-Owczarek <[email protected]>
0 commit comments