You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: