02-26-06 04:24 PM
Gerco wrote:
> I see, this will work if the security engine is able to call the
> protected web site. However, in our case it is the other way around.
And that's the problem. The security engine must redirect to your site
and this unmasks the URL of your "protected" area, which can be
bookmarked and called directly, of course. It might even be indexed by
search engines (if you don't use some disallow statements in your
robots.txt), because google finds new URLs also with its toolbar with
enabled PageRank feature (at least tests have shown that, no direct
links were set to a specific test page, but the page was requested by a
browser with the google toolbar and enabled pagerank feature).
> Is it perhaps possible to configure something that if a response is
> retrieved from a particular ip (the security engine),
No, you can check only the totally unreliable HTTP-request header
"referer". But it an be spoofed, or it is empty (e.g. removed by privacy
software, cacheing proxies, direct call).
Why don't you use the directory protection provided by mod_auth?
http://httpd.apache.org/docs/2.0/mod/mod_auth.html
http://httpd.apache.org/docs/2.0/howto/auth.html
--
Robert
[ Post a follow-up to this message ]
|