File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>>" ;
You can’t perform that action at this time.
0 commit comments