The Wayback Machine - https://web.archive.org/web/20220616111314/https://github.com/Kong/kong/issues/8057
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

removing queryparams is not working if it comes after slash "/?param=" #8057

Open
alegmal opened this issue Nov 7, 2021 · 2 comments
Open

removing queryparams is not working if it comes after slash "/?param=" #8057

alegmal opened this issue Nov 7, 2021 · 2 comments
Labels
good first issue plugins/request-transformer

Comments

@alegmal
Copy link

@alegmal alegmal commented Nov 7, 2021

expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/

actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc

@gszr gszr transferred this issue from Kong/kong-plugin-request-transformer Nov 9, 2021
@kikito kikito added the good first issue label Nov 17, 2021
@shettyh
Copy link
Contributor

@shettyh shettyh commented Jan 5, 2022

If nobody is already working on this, i would like to take a stab at it

@shettyh
Copy link
Contributor

@shettyh shettyh commented Jan 5, 2022

Not able to reproduce this locally, working as expected. @alegmal can you please provide steps to reproduce ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue plugins/request-transformer
4 participants