Well it looks like the global word Response-Code gets set. >> read http://www.rebol.com connecting to: www.rebol.com == {<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> <META NAME="KEYWORDS" CONTENT="REBOL, reb... >> response-code == 200
I doubt that response-code should be a global word. It probably should be a field of the port or something. So don't be suprised if this changes in future. Regards, Brett. Note to self: Feedback sent (Id #39nj33360) ----- Original Message ----- From: "Lewin, Karl E" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 8:01 AM Subject: [REBOL] HTTP Status codes? > Is it possible to get at these via either read http:// or open http:// ? > > I'm trying to see whether a "" response is really a HTTP 304 response. > > Thanks- > Karl > > > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
