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

[REBOL] Re: how to use a CGI script in secure mode ?

From: louisaturk:coxinet at: 13-Aug-2002 6:55

From the docs: 8.5. Acting Like a Browser Normally, REBOL identifies itself to a server when it reads from a Web site. However, some servers are programmed to respond to particular browsers only. If a request to a server does not produce the correct Web page, you can change the request to make it look like it came from some other type of Web browser. Pretending to be a Web browser is done by many programs to get Web sites to respond correctly. However, this practice does end up defeating the purpose behind the browser identification. To change HTTP requests to look as though they are being sent by Netscape 4.0, you can modify the user-agent within the HTTP handler: system/options/http/user-agent: "Mozilla/4.0" Setting this variable affects all HTTP requests that follow. At 09:00 PM 8/13/2002 +1000, you wrote: