We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ff5a3 commit b0fbce2Copy full SHA for b0fbce2
src/android/com/silkimen/cordovahttp/CordovaHttpBase.java
@@ -123,7 +123,6 @@ protected HttpRequest createRequest() throws JSONException {
123
protected void prepareRequest(HttpRequest request) throws JSONException, IOException {
124
request.followRedirects(this.followRedirects);
125
request.readTimeout(this.timeout);
126
- request.acceptCharset("UTF-8");
127
request.uncompress(true);
128
HttpRequest.setConnectionFactory(new OkConnectionFactory());
129
0 commit comments