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

CGI/Security

 [1/5] from: brett::codeconscious::com at: 29-Apr-2001 18:03


The hosting service for my site, provides logs in a html format... I have Rebol routines to parse the data into something more reasonable, but the problem is now that after my site redesign, the average HTML form log is about 300kb in size. Something I feel is a little excessive. I realise I could redesign my site again, but I was hoping to have a CGI script that would read the log compress it and return the compressed results. Which would be something like 20k. Much more useable. My problem then of course is security. How do I get the CGI script to access a web page that requires authorisation? I currently get the logs using a rebol script that reads a CGI page with authorisation. Hoping for a tutorial here or better alternatives. Thanks for your time. Brett. --- http://www.codeconscious.com

 [2/5] from: gchiu:compkarori at: 29-Apr-2001 20:17


On Sun, 29 Apr 2001 18:03:15 +1000 "Brett Handley" <[brett--codeconscious--com]> wrote:
> My problem then of course is security. How do I get the > CGI script to access > a web page that requires authorisation?
Is this http authentication? -- Graham Chiu

 [3/5] from: brett:codeconscious at: 30-Apr-2001 10:26


Yes, like read http://user:[pass--host--com] Brett

 [4/5] from: gchiu:compkarori at: 30-Apr-2001 14:00


On Mon, 30 Apr 2001 10:26:16 +1000 "Brett Handley" <[brett--codeconscious--com]> wrote:
> read http://user:[pass--host--com] >
My http-tools.r box has code for http authentication. See web site for details :-) -- Graham Chiu http://www.compkarori.co.nz/index.r

 [5/5] from: brett:codeconscious at: 30-Apr-2001 12:34


Thanks Graham, I'll check into it. BTW I really like your desktop look. :) Brett.