A working example of UTL_HTTP.REQUEST, please!
Summary
Please provide with a complete example of UTL_HTTP.REQUEST, which works on ATPContent
I am totally stuck with my inability to make an API call from PL/SQL running on ATP.
HTTPS requests result in unresolvable (on ATP, since I can't upload certificate files) "Certificate validation failure":
ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1810 ORA-29024: Certificate validation failure ORA-06512: at "SYS.UTL_HTTP", line 639 ORA-06512: at "SYS.UTL_HTTP", line 1750 ORA-06512: at line 1
HTTP requests result in ORA-01031: insufficient privileges":
ORA-01031: insufficient privileges ORA-06512: at "SYS.UTL_HTTP", line 1810 ORA-06512: at "SYS.UTL_HTTP", line 136 ORA-06512: at "SYS.UTL_HTTP", line 1745 ORA-06512: at line 1
0