-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
https spec is loaded via http #243
Comments
that means requested resource (server) doesn't return |
in fact on http server I don't have Access control because http server just redirect to https server which provide access control. var apis = [ |
@SSANSH thanks for clarification. I can reproduce it on my end. Will check and fix. |
its seems that Redoc fetch swagger without cors header? can you please confirm?
please let me know if they have an redoc option in order to add header on request.
Fetch API cannot load http://x.com/docs. Redirect from 'x.com/docs' to 'https://x.com/docs' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://192.168.244.129:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
The text was updated successfully, but these errors were encountered: