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

Reserved characters in URLs #771

Closed
farhanfaiz05 opened this issue Aug 11, 2023 · 4 comments
Closed

Reserved characters in URLs #771

farhanfaiz05 opened this issue Aug 11, 2023 · 4 comments

Comments

@farhanfaiz05
Copy link

i have the following endpoint that needs to be added in krakend.

endpoint : /v1/abcd/{var}.json
backend : /abcd/{var}.json

When i access the endpoint using https://example.com/v1/abcd/en.json , the krakend access logs is showing the endpoint correctly as /v1/abcd/en.json , but the backend service to which this request is routed is not correctly receiving it. The access log of backend service is showing as "/v1/abcd/%7B%7B.Lang%7D%7D.json"

How can i make this work correctly?

Copy link

github-actions bot commented Nov 9, 2023

This issue is marked as stale because it has been open over 90 days with no activity. Remove the stale label or comment or this will be closed in 15 days.

@github-actions github-actions bot added the stale label Nov 9, 2023
Copy link

This issue was closed because it has been marked as stalled for 15 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2023
Copy link

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 23, 2024
@alombarte
Copy link
Member

For reference, an extra parameter is needed: https://www.krakend.io/docs/backends/#disable-restful-checking

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants