beanbag icon indicating copy to clipboard operation
beanbag copied to clipboard

verify=false doesn't work

Open pbabinca opened this issue 9 years ago • 0 comments

If one sets session.verify=False subsequent request() calls of request module - session.request doesn't take this into account. Apparently one needs to set verify as a request() attribute.

So url_v1.py could be fixed with

r = self.session.request(verb, path, params=params, data=ebody, verify=self.session.verify)

pbabinca avatar Apr 13 '16 12:04 pbabinca