Forum Discussion

switzer's avatar
switzer
Occasional Contributor
8 years ago

Can I use my existing session cookie authentication for my API when testing on swaggerhub?

When I send API requests from SwaggerHub to my API, it seems like the cookie that gets set when I log into my app is not sent.  I tried setting "enableCookies: true" in my swagger.yaml API definition...