In Apex 20.1, when consuming services from an api it shows the error Ora-29273 http request failure So I try in sqldeveloper the following: Select apex_web_service.make_rest_request ( P_url => ‘https://developers.decidir.com/api/v2/healthcheck’, P_http_method => ‘GET’) from dual; And I get the same error. I have created ACL ...
Home/web services