|
@@ -47,7 +47,7 @@ public class HTTPRequestUtils {
|
|
|
|
|
|
|
|
|
httpPost.setHeader("Content-type", "application/json");
|
|
|
- httpPost.setHeader("User-Agent", "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)");
|
|
|
+ httpPost.setHeader("-UserAgent", "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)");
|
|
|
|
|
|
|
|
|
CloseableHttpResponse response = client.execute(httpPost);
|