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
hallowed-breakfast-48162
12/27/2021, 5:41 AM
I believe if you match the “login” part of the path, it should keep the “login” bit in the upstream route.
n
narrow-postman-66455
12/27/2021, 8:16 AM
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.
narrow-postman-66455
12/27/2021, 8:23 AM
it was a problem with my app turns out. it works now