Openapi: Get rid of redirection
See original GitHub issueDescription
When calling GET /openapi
there is a redirection to /q/openapi
. Is it possible to get rid of this redirection?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to exclude a redirect endpoint from swagger openapi
Im using nestjs. we have root endpoint / which redirects to /health endpoint. since its just redirection, how to remove that from swagger?...
Read more >Remove redirect from domain - cPanel API 2
Remove redirect from domain. This function removes a redirect from a domain. Important: When you disable the Web Server role, the system disables...
Read more >API Host and Base Path - Swagger
REST APIs have a base URL to which the endpoint paths are appended. The base URL is defined by schemes , host and...
Read more >Redirects in GitLab documentation
Redirects reduce how often users get 404s when they visit the documentation site from out-of-date links. Add a redirect to ensure: Users see...
Read more >Using OpenAPI and Swagger UI - Quarkus
DELETE ; import javax.ws.rs. ... This empty class can then be annotated with various OpenAPI annotations such as ... quarkus.swagger-ui.oauth2-redirect-url.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just found out that the 301 redirection is cached in the browser forever. When clearing the browser cache it works.
I added both config options but unfortunately it didn’t work. Still the same behaviour. btw I’m using `io.quarkus:quarkus-resteasy-reactive’.