-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
response body is no content, but if in real browser return json/string #534
Comments
Are you opening the swagger-ui from the filesystem? This is most likely a cors issue: |
yes you're right @fehguy thanks a lot. issue solved. pls close this :) |
Great |
If you are using .NET Core. Using this in startup.cs file services |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
please help, if i open my apps from real browser will return this
but if I open it from "try it out" return this
I only change index.html
Am I missing some configuration ?
by the way I'm just using dist folder, not building from source
Thanks in advance
The text was updated successfully, but these errors were encountered: