I'm trying to use ns_httpget to grab the content at a url. When I do the following, life is fine:
[ns_httpget "http://cid369.cvcommunity.com"] When I add a parameter, I get the error below. Any ideas (it looks like :80 is getting appended at the end of the parameter instead of after the domain). [ns_httpget "http://cid369.cvcommunity.com?tabInx=Events"] Thank you Tracy Error: could not connect to "cid369.cvcommunity.com?tabInx=Events:80" while executing "ns_sockopen -nonblock $host $port" (procedure "ns_httpopen" line 40) invoked from within "ns_httpopen GET $url $rqset $timeout" (procedure "ns_httpget" line 10) invoked from within "ns_httpget "http://cid369.cvcommunity.com?tabInx=Events"" invoked from within "set page [ns_httpget "http://cid369.cvcommunity.com?tabInx=Events"] " -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
