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
HTTPManagerUploadJSONRequest currently hardcodes the Content-Type as application/json. This is usually the right call, but we really should have a way to override this, such as by making the property mutable (as HTTPManagerUploadDataRequest does).
The text was updated successfully, but these errors were encountered:
HTTPManagerUploadJSONRequest
currently hardcodes the Content-Type asapplication/json
. This is usually the right call, but we really should have a way to override this, such as by making the property mutable (asHTTPManagerUploadDataRequest
does).The text was updated successfully, but these errors were encountered: