cancel
Showing results for 
Search instead for 
Did you mean: 

GET versus POST in OCI Catalog

Former Member
0 Kudos

Hi Experts -- how do I get SAP to send POST command instead of GET command when it sends user id and password info to the vendor's URL?  I have tried using POST in the HOOK_URL (HOOK_URL = SAPEVENT:POST) and RequestMethod = POST but, GET is still being received by the vendor. 

Additionally, even though my URL setting does not include user id and password, SAP still sends them as one string attached to the URL.. How do I insure the id and password for the site are sent separate from the URL?

Thanks

Doug.

Accepted Solutions (1)

Accepted Solutions (1)

former_member216093
Contributor
0 Kudos

Hi,

Please use the following parameter in standard call structure.

Just after URL create the parameter "Method" and keep the value of the same as POST.

Regards,

Ravi

Answers (0)