Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to disable "Allow automatic redirects" when using APEX_WEB_SERVICE.MAKE_REST_REQUEST?

Kinjan BhavsarNov 20 2023

Hi All,

I am calling a third-party web service and it has automatic redirects, when I tried in Postman, I faced an error if this setting is enabled but when I disabled the setting as shown below, the web service worked perfectly fine.

When, I try the same with APEX_WEB_SERVICE, I don't see any option to disable this flag. Is there any setting that I can use to disable the setting?

I got same setting available in utl_http but I want to use APEX_WEB_SERVICE as it is latest API in APEX and PLSQL.

https://docs.oracle.com/cd/A91202_01/901_doc/appdev.901/a89852/utl_ht11.htm

@carsten-czarski-oracle could you please help me out here?

This post has been answered by Carsten Czarski-Oracle on Nov 20 2023
Jump to Answer
Comments
Post Details
Added on Nov 20 2023
14 comments
1,385 views