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 am having problems with sending requests to Authenticate Server from an Ionic 3 app as the request is being denied (403) because "Accept-Charset" header is being set as "UTF-8". As described here, this header should not be used anymore.
Operating System
Android only
Suggest a Fix
In class CordovaHttpBase, in function prepareRequest the line 136 where the header "Accept-Charset" is set should be deleted :
request.acceptCharset("UTF-8");
The text was updated successfully, but these errors were encountered:
Overview of the Issue
I am having problems with sending requests to Authenticate Server from an Ionic 3 app as the request is being denied (403) because "Accept-Charset" header is being set as "UTF-8". As described here, this header should not be used anymore.
Operating System
Android only
Suggest a Fix
In class CordovaHttpBase, in function prepareRequest the line 136 where the header "Accept-Charset" is set should be deleted :
request.acceptCharset("UTF-8");
The text was updated successfully, but these errors were encountered: