vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

[Question] Would it make sense to support glob in `filter_headers`

Open stdedos opened this issue 1 year ago • 0 comments

(PS: I am using the https://github.com/kiwicom/pytest-recording tool)

I'd like to ignore all of those X-* headers, but preferably not list them all individually.

According to e.g. https://www.ibm.com/docs/en/sva/10.0.7?topic=stanza-http-header, only /a-z_-/i are valid Header Names, so there would be no collision

stdedos avatar Jan 29 '24 15:01 stdedos