|
|
@@ -121,7 +121,7 @@ public class HttpClient {
|
|
|
public Builder() {
|
|
|
this.method = Method.GET;
|
|
|
this.params.put("client","Android Client");
|
|
|
-// this.headers.put("Content-Type", "application/x-www-form-urlencoded;charset=UTF-8");
|
|
|
+ this.headers.put("Content-Type", "application/x-www-form-urlencoded;charset=UTF-8");
|
|
|
}
|
|
|
|
|
|
public Builder(String url) {
|