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

Filter query params from request URL #154

Merged
merged 6 commits into from
Nov 3, 2021
Merged

Filter query params from request URL #154

merged 6 commits into from
Nov 3, 2021

Conversation

shalvah
Copy link
Contributor

@shalvah shalvah commented Oct 29, 2021

Fixes #153

I also changed the behaviour of the filter, so it only filters params that have a value. For example, if the request was ?password=mypassword, you'll get ?password=[FILTERED], but if it was ?password= (no value provided), you'll get it as-is. Might help with debugging problems—the customer can now see that a parameter was not sent.

@shalvah shalvah requested a review from joshuap October 29, 2021 15:24
Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@joshuap
Copy link
Member

joshuap commented Nov 1, 2021

Ah, need a changelog entry when merging.

Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 can you merge/release? Thanks!

@shalvah shalvah merged commit f41eb8f into master Nov 3, 2021
@shalvah shalvah deleted the filter-query-params branch November 11, 2021 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter query strings in request URL
2 participants