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
I want to access the endpoint at http://my_api_host.com/embed-api/embed/[stuff] via http://kong_host.com/embed/embed/[stuff]
Kong is giving me back http://my_api_host.com/embed-api/[stuff] instead, treating both embed entries in the path as parts to be stripped instead of just the first.
The text was updated successfully, but these errors were encountered:
- Prevent strip_path from matching multiple times the request_uri. Fix#442
- Prevent the resolver from wrongfully matching some request_uri with
some paths.
- Prevent strip_path from matching multiple times the request_uri. FixKong#442
- Prevent the resolver from wrongfully matching some request_uri with
some paths.
Former-commit-id: 4c7aef37351b2ee6ad259847eb2fde22c7d1645c
I've got a setup mostly like this, under Kong 0.4.1 on Debian Wheezy using a precompiled release:
I want to access the endpoint at
http://my_api_host.com/embed-api/embed/[stuff]
viahttp://kong_host.com/embed/embed/[stuff]
Kong is giving me back
http://my_api_host.com/embed-api/[stuff]
instead, treating bothembed
entries in the path as parts to be stripped instead of just the first.The text was updated successfully, but these errors were encountered: