Hi I'm wondering if it's possible to keep the path...
# talk-oathkeeper
n
Hi I'm wondering if it's possible to keep the path you are matching to in the upstream route ie. match = http://127.0.0.1:4455/login I want to keep the /login on the upstream but it goes away in the browser after a GET request.  I'm new to oathkeeper so maybe I'm not using properly.
h
I believe if you match the “login” part of the path, it should keep the “login” bit in the upstream route.
n
I'm trying to use this on a SPA UI route if that adds more context. I navigate to /login and it navigates upstream properly but the browser drops the /login on the redirect.
it was a problem with my app turns out. it works now