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

requests: Added support for some non-standard URLs

Open PermissionDenied7335 opened this issue 2 years ago • 0 comments

In some cases, servers may return non-standard URLs like https://ecard.v.zzu.edu.cn?tid=xxxx in "Location" line, which could not be properly treated since there are no slashes between hostname and remote path. So I added my code to separate remote path from hostname.

PermissionDenied7335 avatar Oct 19 '23 00:10 PermissionDenied7335