Hi Scott,
Thanks for the response.
HTTPAPI version is 1.38.
Steps to reproduce:
1. Invoke an API and receive a successful response. Retrieve the response headers using the http_header() procedure.
2. Simulate a scenario where rc = -1. (We are unable to determine the exact reason for receiving ...
Search found 3 matches
- Sat Nov 08, 2025 4:25 pm
- Forum: HTTPAPI
- Topic: Unable to clear Response headers
- Replies: 3
- Views: 30372
- Fri Nov 07, 2025 2:06 am
- Forum: HTTPAPI
- Topic: Unable to clear Response headers
- Replies: 3
- Views: 30372
Unable to clear Response headers
Hi Scott,
In our program, we are using the http_header() procedure to retrieve values from the response headers. However, we encountered a situation when making subsequent API calls within the same activation group, where a successful response was immediately followed by a response with return code ...
In our program, we are using the http_header() procedure to retrieve values from the response headers. However, we encountered a situation when making subsequent API calls within the same activation group, where a successful response was immediately followed by a response with return code ...
- Thu Jul 31, 2025 4:28 pm
- Forum: HTTPAPI
- Topic: HTTP_POINT_ADDL_HEADER Header parameters
- Replies: 8
- Views: 109223
Re: HTTP_POINT_ADDL_HEADER Header parameters
Just an additional info.
I used the following statement to register a header handler:
http_xproc( HTTP_POINT_ADDL_HEADER : %paddr(Add_headers) );
However, I noticed that subsequent HTTP requests to different endpoints (such as the authentication token request) within the same program continued ...
I used the following statement to register a header handler:
http_xproc( HTTP_POINT_ADDL_HEADER : %paddr(Add_headers) );
However, I noticed that subsequent HTTP requests to different endpoints (such as the authentication token request) within the same program continued ...