# include wconnect.h DO wconnect o=CREATEOBJECT('wwHTTP') chtml = o.HTTPGet('http://en.wikipedia.org/wiki/' + UrlEncode('Category:Ancient_Roman_art') ) ShowHTML(cHtml) RETURN
--HM
In the following code:
Release o
o = Createobject('wwIPStuff')
c_html = o.HTTPGet('http://en.wikipedia.org/wiki/Category:Ancient_Roman_art')
o.nerror returns 12007
o.cerrormsg returns "The server name or address could not be resolved"
I am assuming that it is doing this because there is a colon ":" in the URL.
Is there any way around this?
Do I encode this URL in some way?
Thanks in advance.
Jeff
