micropython-lib
micropython-lib copied to clipboard
"requests" does not handle redirection with relative path correctly
In python-ecosys/requests/requests/init.py:183,
The url redirect can be a relative path, which cause the missing of hostname and protocal at redirecting.