My Oracle Support Banner

Information on HTTP Headers and APEX_WEB_SERVICE (Doc ID 2532344.1)

Last updated on FEBRUARY 09, 2023

Applies to:

Oracle Application Express (APEX) - Version 5.1 and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.

Goal

In curl, the "Keep Alive Timeout" parameter is ensuring that this session is kept alive until the specified time limit.

How do we achieve this in APEX webservice calls.

In java or other programming languages we can set this up in web service headers or web server configurations. For example:

 response.addHeader("Connection", "Keep-Alive");
 response.addHeader("Keep-Alive", "timeout=600");


How do we achieve this with APEX_WEB_SERVICE calls? Is there any parameter or header that we can set in our APEX_WEB_SERVICE make requests?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.