Migrating from Postman, there I have a login endpoint which sets an access_token and refresh_token on the response, and I have the domain’s whitelisted to set the cookie for subsequent responses so authentication carries on to other endpoints automatically.
This does not appear to be working in Apidog the same way. I’m using the app, and cookies are not passed along presumably because the domain does not match.
What’s the proper way for me to issue set-cookie values in the response of /login so that ApiDog will use it on subsequent requests? What should I set the domain to be?