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?