Hi together,
we have the requirment to develop an interface which transfers data to an external system via REST and to use the response for a 2nd call. We did similar things already many times, usually we call the connect framework from PL/SQL (PLSQL_REST_SENDER_API) and process the response in PL/SQL via callback. This works fine as long the response data is placed in the body by the external system.
But in this case we are getting back the response in the header. Is there any possibility to access the header tags? In this case we would need the information of “Location” for further processing.
