treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
184 stars 27 forks source link

Add URL to Response #96

Closed its5Q closed 1 year ago

its5Q commented 1 year ago

By default, WinHTTP follows redirects, except those that transfer from a secure (https) URL to an non-secure (http) URL, thus, puppy follows them too. But there is currently no way to get the final URL if redirection took place.