cancel
Showing results for 
Search instead for 
Did you mean: 

It is possible to make a 'https' API call in ABAP?

Nuno_Oliveira
Discoverer
0 Kudos
93

I'm tried to call to a 'https' API, and i only do it to a 'http' insecure call of the same API. It is possible to make a 'https' API call in ABAP?

Sandra_Rossi
Active Contributor
0 Kudos
Not sure to understand if you mean you're trying to use the URL with http instead of https. In ABAP, an https call requires to register the certificate in a PSE of STRUST. You may use CL_HTTP_CLIENT=>CREATE_BY_URL by indicating this PSE (SSL_ID) or CREATE_BY_DESTINATION if you define an RFC destination with the URL (or just the domain) and the PSE via SM59.

Accepted Solutions (0)

Answers (0)