Web Connection 5.0
'The server name or address could not be resolved'
09/05/2010
08:41:46 AM
30U0IN25D Show this entire thread in new window
Gratar Image based on email address
From:
Jeff Roehl
To:
All 
Attachments:
None
In the following code:

Release o o = Createobject('wwIPStuff') c_html = o.HTTPGet('<<a href="http://en.wikipedia.org/wiki/Category:Ancient_Roman_art" target="top" >>http://en.wikipedia.org/wiki/Category:Ancient_Roman_art<</a>>')

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