Hey there, sorry if this isn’t the correct place to be asking this question.
We have an api that’s secured via cookies. I’d like to be able to use the “Try It” feature in the browser, but I’m hitting issues with getting requests to work. I’m not sure if this is supported, but figured I’d try.
I’ve set up a Security Schema for the cookie and added it as a global configuration
When I get the browser to make the test request however, no cookie is being sent (checked via the Chrome Network Inspector). I can confirm just visiting the api in the browser correctly sends the cookie and gets a response.
Is this actually supported, or am I expecting too much?