Is the cookie being sent to me from the server and then HTTPAPI is sending it back? I'm just not sure where it originated from, I'm not using cookies at all. That would make sense if it's originating from the server I'm calling.
At any rate, http_use_cookies(*OFF) seems to have fixed my issue and ...
Search found 2 matches
- Thu Aug 22, 2024 8:26 pm
- Forum: HTTPAPI
- Topic: mystery cookie being sent in the header
- Replies: 3
- Views: 23629
- Wed Aug 21, 2024 11:57 pm
- Forum: HTTPAPI
- Topic: mystery cookie being sent in the header
- Replies: 3
- Views: 23629
mystery cookie being sent in the header
I am attempting to retrieve an Oauth 2.0 token. About half the time it works fine. Then, seemingly randomly, I start getting Error 400 bad request returned. This is my request
http_setCCSIDs(1208: 0);
http_debug(*ON);
http_xproc( HTTP_POINT_ADDL_HEADER : *NULL);
authparms = 'grant_type=client ...
http_setCCSIDs(1208: 0);
http_debug(*ON);
http_xproc( HTTP_POINT_ADDL_HEADER : *NULL);
authparms = 'grant_type=client ...