[REBOL] Cookies again!
From: reboler:bol at: 11-Nov-2003 23:27
Hi Folks!
Sorry to bother you again. But how can I read the
Net-log: ["low level read of " 2048 "bytes"] ?
Net-log: ["low level read of " 2048 "bytes"]
does anybody know what it is? Any people from RT?
I saw with trace all that it is reading a cookie (low level of reading), at
least search for one.. do you know how can I read this?
Because in the end I can get the cookie from http_header.. as you can see..
Net-log: ["Opening" "ssl" "for" "https"]
Net-log: {GET
/entry/default.asp?pagfim=http%3A%2F%2Fwww%2Esite%2Ecom%2Ebr%2Fonline%2Fpais
%2Fdefault%2Easp HTTP/1.0
Accept: */*
Connection: close
User-Agent: Mozilla 4.0
Host: somesite.site.com
}
Net-log: "HTTP/1.1 200 OK"
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
Net-log: ["low level read of " 2048 "bytes"]
ASPSESSIONIDQSCAABDR=KFJPEKADCKFAIMFMMFBNADFJ; path=/
Any tips?
Thanks in advance
Best Regards,
--DJ