[REBOL] read (url)
From: peoyli::algonet::se at: 9-Oct-2000 10:15
how do I read the following URL using REBOL ?
http://www3.aftonbladet.se/tv/kanaler.asp?chID=27
It generates an "Internal Server Error" using at least REBOL, wget
and Lynx..
..so trying to get it manually:
solarisbox-1:[~]# telnet www3.aftonbladet.se 80
Trying 212.112.180.18...
Connected to www3.aftonbladet.se.
Escape character is '^]'.
GET /tv/kanaler.asp?chID=27
HTTP/1.1 500 Internal Server Error
Server: Microsoft-IIS/5.0
Date: Mon, 09 Oct 2000 17:08:07 GMT
Connection: Keep-Alive
Content-Length: 292
Content-Type: text/html
Set-Cookie: TV=GUID=63444862610%2F9%2F2000+7%3A08%3A08+PM; path=/
Set-Cookie: ASPSESSIONIDGGQQQWAY=CPKOANFCDKGNMPOJEEMCAAKL; path=/
Cache-control: private
<font face="Arial" size=2>
<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a000d'
</font>
<p>
<font face="Arial" size=2>Type mismatch: 'Response.Cookies(...).Expires'</font>
<p>
<font face="Arial" size=2>//global.asa</font><font face="Arial" size=2>, line 33
</font> Connection closed by foreign host.
solarisbox-1:[~]#
It seems like it wants to set a cookie, and refuses to show the page
if it fails..
Any idea on how to solve this one ?
/PeO