How i am able to read HTTP header response in Photon?
I have very old 3rd party API, which sends “access token” in HTTP headers (using Set-Cookie).
I am able to call such “login” API using publishing events and webhooks, but i am not able to read Set-Cookie header in Photon. Only HTTP Body is sent to Photon.
Also i am not able to call API directly from Photon - it’s only HTTPS.