Closed Kilavagora closed 6 years ago
Yeah, I sort of bashed that in as a placeholder. Sometimes a url is given that ends in /, and a path is given that starts with /, resulting in a url with // halfway.
Just need to write a slightly more verbose check for that.
Could you clarify, by use of your great edge-case finding brain, if the other issue is solved?
For the above, I am getting URL that is missing https:// now:
example.com/identity/login?signin=61a17533a7d449728bb90790e31dc186
OK, now I am getting the odd URLs from
The issue seems comes from here: https://github.com/theelous3/asks/blob/e1ecb403e05d30222b8ab124822e236e414be139/asks/request_object.py#L530
Perhaps, self.host should be defined and the line should be something like: