[Gambas-user] bug in gb.net.HttpClient.Get?
Rob
sourceforge-raindog2 at ...94...
Wed Nov 26 16:37:23 CET 2003
I don't seem to be able to retrieve any HTTP documents that have
query portions, e.g.
http://www.kudla.org/index.php?wl_mode=more&wl_eid=40
The ? and = in the query get converted to %3f and %3d, which
would be correct if they were part of a filename but when passed
as query parameters they need to be intact. Weirdly, the
underscores get converted to %3F (with an uppercase F) leading
me to believe that two different routines are doing the
conversion.
Rob
More information about the User
mailing list