We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
Deploy your django project on a subpath with a proxy and make sure to set the SCRIPT_NAME header.
Urls in the schema to be using the URLs with the SCRIPT_NAME prepended.
URLs without the SCRIPT_NAME making the Django REST Swagger UI unusable, since its calling to the wrong URLs.
Also see this ticket at the Django REST Swagger repo: marcgibbons/django-rest-swagger#494 (comment)
The text was updated successfully, but these errors were encountered:
url
schema_url
No branches or pull requests
Checklist
master
branch of Django REST framework.Steps to reproduce
Deploy your django project on a subpath with a proxy and make sure to set the SCRIPT_NAME header.
Expected behavior
Urls in the schema to be using the URLs with the SCRIPT_NAME prepended.
Actual behavior
URLs without the SCRIPT_NAME making the Django REST Swagger UI unusable, since its calling to the wrong URLs.
Also see this ticket at the Django REST Swagger repo: marcgibbons/django-rest-swagger#494 (comment)
The text was updated successfully, but these errors were encountered: