micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

"requests" does not handle redirection with relative path correctly

Open pluto0x0 opened this issue 1 year ago • 0 comments

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.

pluto0x0 avatar Oct 20 '24 20:10 pluto0x0