Skip to content

Commit fa2ae76

Browse files
authored
Merge pull request #69 from gnongsie/patch-1
Adding documentation about proxy auth
2 parents 461ac56 + a3b9423 commit fa2ae76

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ Please set the JAVA environment proxy using a similar code :
3838
System.setProperty("https.proxyHost", "127.0.0.1");
3939
System.setProperty("https.proxyPort", "3128");
4040
```
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

Comments
 (0)