Skip to content

Commit 9ade817

Browse files
author
soh boon keong
committed
update README.md
1 parent 8df0b90 commit 9ade817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ try {
437437
authParam_WWW.formData = formData;
438438

439439
AuthParam authParam_WOG = new AuthParam();
440-
authParam_WOG.httpMethod = "GET";
440+
authParam_WOG.httpMethod = "POST";
441441
authParam_WOG.appName = "<<appId_WOG>>";
442442
authParam_WOG.appSecret = "<<appSecret_WOG>>";
443443
String baseUrl_WOG = String.format("https://<<URL_WOG>>/api/v1?%s", queryString);
@@ -487,7 +487,7 @@ try {
487487
AuthParam authParam_WWW = new AuthParam();
488488
String baseUrl_WWW = String.format("https://<<URL_WWW>>/api/v1?%s", queryString);
489489
authParam_WWW.url = URI.create(baseUrl_WWW);
490-
authParam_WWW.httpMethod = "GET";
490+
authParam_WWW.httpMethod = "POST";
491491
authParam_WWW.appName = "<<appId_WWW>>";
492492
String certFileName = "certificates/ssc.alpha.example.com.p12";
493493
String password = "<<passphrase>>";

0 commit comments

Comments
 (0)