We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce5bd4 commit 26915a9Copy full SHA for 26915a9
README.md
@@ -35,8 +35,8 @@ Running SampleCode without a parameter will give you the list of sample names.
35
Please set the JAVA environment proxy using a similar code :
36
```
37
System.setProperty(Constants.HTTPS_USE_PROXY, "true");
38
- System.setProperty(Constants.HTTPS_PROXY_HOST, "127.0.0.1");
39
- System.setProperty(Constants.HTTPS_PROXY_PORT, "8888");
+ System.setProperty(Constants.HTTPS_PROXY_HOST, "127.0.0.1");
+ System.setProperty(Constants.HTTPS_PROXY_PORT, "8888");
40
41
**For using proxy authentication**
42
0 commit comments