Hello out there,
I want to allow everybody to download PDFs and DOCs via Browser and to
authenticate users if they want to download something else. I want to
implement it with two HTTP-Ressources like this:

any                     any     http=> allow-docs               permit
some@somewhere  any     http=> allow-anything           user-authentication

with allow-docs being:

scheme: FTP
method: GET
host: *
path: *.*{pdf, doc}

allow-anything being:

scheme: FTP
method: GET
host: *
Path: *

My questions:

- Does it work like this (e.g. syntax) ?
- Can I put the "normal" HTTP in the first ressource or do I need a third
one for it?

TIA

Axel


================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================

Reply via email to