Hello,
I am trying to create a request that requires an auth-token in the header for authentication. The auth-token is stored as a cookie, which can be obtained by accessing Redirecting . After redirection to https://admin.hlx.page/profile, you can find the cookie in the response. I need to use this cookie value in the header for my request. I’m not very experienced with Postman, so any guidance would be greatly appreciated.
Note: The Redirecting is behind oauth and works fine when you are already logged in browser.