vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

Ability to not follow redirects for aiohttp

Open LilSpazJoekp opened this issue 4 years ago • 0 comments
trafficstars

In the code there is a comment indicating that there is a way to not follow redirects here: https://github.com/kevin1024/vcrpy/blob/c79a06f639dd628536c9868044e78df1012985f9/vcr/stubs/aiohttp_stubs.py#L124-L125 However, it appears that the code does not check to see if it is supposed to follow redirects or not. Would it be possible to add a way to not follow redirects?

LilSpazJoekp avatar Jan 18 '21 00:01 LilSpazJoekp