We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23e620 commit 47a46c6Copy full SHA for 47a46c6
README.md
@@ -23,6 +23,15 @@ e.g.
23
````
24
Running SampleCode without a parameter will give you the list of sample names. Handy or what!
25
26
-**NOTE You can update to your Sandbox credentials in SampleCode.java**
+**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
36
37
*PLEASE NOTE THIS PROJECT IS CURRENTLY UNDER DEVELOPMENT*
0 commit comments