On Wednesday, December 14, 2016 at 10:29:26 AM UTC-8, Feorlen wrote:
>
> I have an endpoint that accepts JSON and requires Basic Auth. I 
> constructed my yaml file, authenticate via the UI, and swagger-ui generates 
> a working curl example. But the Try it button doesn't work. On the server 
> side, I see two OPTIONS requests that are both denied because of auth 
> (401.) 
> ...
> The server side is a webapp using Tornado. 
>

Turns out what I'm trying to work with is using Tornado only in the dev 
environment. So really it's Django. Still not finding much helpful about 
Django and CORS, however. I'm going to try django-cors-headers in my test 
environment and see if that helps, although I'm not sure if I will be able 
to use it. 

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to