We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461ac56 commit a3b9423Copy full SHA for a3b9423
1 file changed
README.md
@@ -38,3 +38,10 @@ Please set the JAVA environment proxy using a similar code :
38
System.setProperty("https.proxyHost", "127.0.0.1");
39
System.setProperty("https.proxyPort", "3128");
40
```
41
+**For using proxy authentication**
42
+
43
+Please set the JAVA environment proxy credentials using a similar code :
44
+```
45
+ System.setProperty("https.proxyUserName", "exampleUsername");
46
+ System.setProperty("https.proxyPassword", "examplePassword");
47
0 commit comments