postmanlabs / postman-chrome-interceptor

Helper extension for the Postman packaged app. Also helps send restricted headers.
Apache License 2.0
215 stars 75 forks source link

Add ability to exclude headers #47

Open coltonlw opened 8 years ago

coltonlw commented 8 years ago

When a collection is recorded the Authorization header is captured. This value can be sensitive and requires a manual process to remove it from every request. It would be amazing if there was a way to exclude headers from the recorded request based on a filter, either in postman recorder or postman itself. If there's any way I can help contribute please let me know.