Is there any way (Domino or third party) to allow http access to specific .nsf only from specified IPs?
Thanks,
J R
Is there any way (Domino or third party) to allow http access to specific .nsf only from specified IPs?
Thanks,
J R
Subject: Allow access to specific .nsf only from specified IPs
You can do that using the DSAPI filters.If you are familiair with the notes C++API then you can easily build a filter.
An example dsapi filter can be found in the sandbox or I can send it to you.
Or if you are interested then we can build one for you with specific stuff in it…(block readviewentries, ip authentication, etc…)
Subject: RE: Allow access to specific .nsf only from specified IPs
Thanks,J R