question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Openapi: Get rid of redirection

See original GitHub issue

Description When calling GET /openapi there is a redirection to /q/openapi. Is it possible to get rid of this redirection?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
holledauercommented, Dec 30, 2020

I just found out that the 301 redirection is cached in the browser forever. When clearing the browser cache it works.

0reactions
holledauercommented, Dec 30, 2020

I added both config options but unfortunately it didn’t work. Still the same behaviour. btw I’m using `io.quarkus:quarkus-resteasy-reactive’.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found