Hello Ingo,

> > > #!rebol -cs
> > > REBOL[]
> > > secure [net quit]
> > >
> > > This would give all access to files, but none to the web.
>
> Well, I just tried to answer the question, in te way I understood
> it. I think GET should still be possible, I am not sure about PUT.
> (I have written one test cgi up to now, so am not exactly a profi
> in this field).
>
> Thinking about it, the better solution would be to add 'secure
> to %user.r, know you could be sure, that none of your cgi's ever
> sends a mail with your files attached, or something like that ...

Uhm, but that would only count if you used your general Rebol for CGI, and
on a web server, you usuallyu don't (I wouldn't!), my web server has Rebol
in the /cgi-bin/ without a user.r, so it can't mail anyway...

I will test the 'PUT' this weekend... (don't you mean POST?)

Regards,
Rachid

Reply via email to