Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Solution: Proxy-Authentication Bug in REBOL/View-Panel Re:

From: al::bri::xtra::co::nz at: 27-Sep-2000 8:44

Jochen wrote:
> insert port rejoin [ > "GET " wholepath " HTTP/1.0" crlf > "User-Agent: REBOL/View " system/version crlf > "Accept: */*" crlf
I think a better line for "User-Agent:" would be: "User-Agent: " system/schemes/http/user-agent crlf That way it uses correct version of User-Agent, in case people (like me) have changed it like this: system/schemes/http/user-agent: rejoin [ "Mozilla" "/" "4.0" " (Compatible; " system/schemes/http/user-agent ")" ] That'll help to make it better. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/ http://members.xoom.com/AndrewMartin/