requests icon indicating copy to clipboard operation
requests copied to clipboard

New exception when redirect url is invalid

Open setla opened this issue 3 years ago • 0 comments

Currently when redirect response with invalid redirect URL is returned, we receive the same error (InvalidURL, InvalidSchema, LocationParseError) as when passing wrong URL that is used for first request in chain. It would be good to have those cases separated (e.g. to try fix it in custom way)

setla avatar May 04 '22 06:05 setla