[Gambas-bugtracker] Bug #2766: HttpClient: URL using bad/illegal format or missing URL

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Jul 14 10:52:14 CEST 2023


http://gambaswiki.org/bugtracker/edit?object=BUG.2766&from=L21haW4-

Comment #4 by Bruce STEERS:

i tested your url and found Url() translated all the chars and did not work
Print Url("https://fakestoreapi.com/products/category/women's clothing?limit=10")
was...
https%3A//fakestoreapi.com/products/category/women%27s%20clothing%3Flimit%3D10

So I tried this..

Print HttpClient.Download(Replace("https://fakestoreapi.com/products/category/women's clothing?limit=10", " ", "%20"))

that worked okay using Replace(sURL, " ", "%20")




More information about the Bugtracker mailing list