Hello
SpectacularSwaggerView is using request.get_full_path() but it is not enough I think for servers behind a proxy.
It should either rely on x_forwarded headers or integrate FORCE_SCRIPT_NAME if defined.
My current issue is that Swagger can't load the script because the generated path is not complete.
No issue for redoc though
Regards
Hello
SpectacularSwaggerView is using request.get_full_path() but it is not enough I think for servers behind a proxy.
It should either rely on x_forwarded headers or integrate FORCE_SCRIPT_NAME if defined.
My current issue is that Swagger can't load the script because the generated path is not complete.
No issue for redoc though
Regards