I am trying to query a URL with HTTP HEAD but I get the full HTTP GET instead
print read/custom http://www.yahoo.com reduce ['HEAD ] or response: copy "" port: open tcp://www.yahoo.com:80 insert port rejoin [ "GET" newline "host:www.yahoo.com" newline "connection: close" newline newline ] while [ res: copy port ] [][ append response res ] close port How can I just get the HTTP HEAD without the full page ? Thanks _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
