Skip to content

Commit 47a46c6

Browse files
committed
Java env proxy setting eg. in Readme
1 parent a23e620 commit 47a46c6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ e.g.
2323
````
2424
Running SampleCode without a parameter will give you the list of sample names. Handy or what!
2525

26-
**NOTE You can update to your Sandbox credentials in SampleCode.java**
26+
**NOTE : You can update to your Sandbox credentials in SampleCode.java**
27+
28+
**For using behind proxy**
29+
30+
Please set the JAVA environment proxy using a similar code :
31+
````
32+
System.setProperty("https.proxyUse", "true");
33+
System.setProperty("https.proxyHost", "127.0.0.1");
34+
System.setProperty("https.proxyPort", "3128");
35+
````
2736

2837
*PLEASE NOTE THIS PROJECT IS CURRENTLY UNDER DEVELOPMENT*

0 commit comments

Comments
 (0)