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
refarch-gateway
- name: SPRING_CLOUD_GATEWAY_ROUTES_2_ID value: frontend - name: SPRING_CLOUD_GATEWAY_ROUTES_2_URI value: "http://a-frontend:8080/" - name: SPRING_CLOUD_GATEWAY_ROUTES_2_PREDICATES_0 value: Path=/** - name: SPRING_CLOUD_GATEWAY_ROUTES_2_FILTERS_0 value: RewritePath=/(?<urlsegments>.*), /$\{urlsegments} - name: SPRING_CLOUD_GATEWAY_ROUTES_2_FILTERS_1 value: RemoveResponseHeader=WWW-Authenticate
so werden alle / auf das Frontend weitergeleitet. Es gibt aber auch Endpunkte, die nicht weitergeleitet werden sollen z. B. /login /logout /aculator
Lesen von Spring Docs
No response
The text was updated successfully, but these errors were encountered:
@boal hat folgende Links vorgeschlagen
Der Hinweis ist hier: spring-cloud/spring-cloud-gateway#496 (comment)
Und hier ein Beispiel: https://stackoverflow.com/a/55006404
Und es gibt ein Ticket, dass genau dein Problem adressiert, dass bestimmte predicates nicht weiter geroutet wrden sollen.
spring-cloud/spring-cloud-gateway#1266
Sorry, something went wrong.
No branches or pull requests
Relevant documentation
refarch-gateway
Problem description (optional)
so werden alle / auf das Frontend weitergeleitet. Es gibt aber auch Endpunkte, die nicht weitergeleitet werden sollen z. B. /login /logout /aculator
Desired solution
Lesen von Spring Docs
Additional context (optional)
No response
No duplicate
Code of Conduct
The text was updated successfully, but these errors were encountered: