Skip to content
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

[v2] Use Consistent Network Observer API "Slashiness" #1836

Open
c-kruse opened this issue Dec 12, 2024 · 0 comments
Open

[v2] Use Consistent Network Observer API "Slashiness" #1836

c-kruse opened this issue Dec 12, 2024 · 0 comments

Comments

@c-kruse
Copy link
Contributor

c-kruse commented Dec 12, 2024

Is your feature request related to a problem? Please describe.

The network observer API spec has URIs defined with a trailing slash, and the implementation adds 301 redirects from the "bare" URI to the "slash-y" URI. I.e. /sites 301s to /sites/. We have decided to align the "slashiness" of the API to the skupper console's current convention, dropping the slash to avoid unneeded redirects.

Describe the solution you'd like

  • URIs should not end in a trailing slash.
  • Accessing resources using a trailing slash will redirect to the desired un-slashed URI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant