Hey,
Upon authentication, our partner provides cookies that are essential for subsequent interactions to their API. Previously, these cookies were automatically managed via the cookie jar within the http.post() method prior to converting to ION Gateway endpoints. With the recent switch to ION Gateway, cookies don't seem to be managed the same in http.post() requests.
I see some cookie data returned, but not all. I'm wondering how ION Gateway manages sending/receiving cookies within LN integrations and what factor could be causing this change in behavior.
The only changes that were made during the switch was adding the token for ION Gateway OAuth2 and the URL changed from our BPs API directly to our ION Gateway endpoint that points to our BP
Example Request:
response = http.post(url,
HTTP_HEADER,"Auth", TOKEN,
HTTP_QUERYPARAM,"a", a,
HTTP_COOKIEJAR, cookiejar)
Thanks,
Cameron