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

Settings improvements #165

Merged
merged 7 commits into from
Jul 9, 2015
Merged

Settings improvements #165

merged 7 commits into from
Jul 9, 2015

Conversation

buger
Copy link
Owner

@buger buger commented Jul 8, 2015

There is few issues i want to fix:

  • I do not like that we have lot of setting_* files in root directory, lot of them can be merged together
  • Improve flag names, make it more consistent and predictable.
  • With Send unmodified http request #160 merged, filter/rewriting operations now applied to any output, not only http. We should update documentation.
  • There is lack of URL params filtering/rewriting
  • Add --http-disallow-url option. Should fix A way to not replay certain requests when they match a pattern - blacklist #134
  • Use percent based numbers in hash filters
  • Hash filters should not reject urls if param/header not matched. To mimic this functionality use second --http-allow-header filter
  • Allow multiple url filters

@buger buger changed the title Merge setting files Settings improvements Jul 8, 2015
buger added a commit that referenced this pull request Jul 9, 2015
@buger buger merged commit d380b71 into master Jul 9, 2015
@slimus slimus deleted the refactor-settings branch June 3, 2020 04:07
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.

A way to not replay certain requests when they match a pattern - blacklist
1 participant