Search found 1 match

by sathis_nsk
Thu Jul 31, 2025 4:28 pm
Forum: HTTPAPI
Topic: HTTP_POINT_ADDL_HEADER Header parameters
Replies: 5
Views: 8913

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 ...