Skip to content

Commit a3b9423

Browse files
authored
Adding documentation about proxy auth
1 parent 461ac56 commit a3b9423

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)