|
Home > Archive > WebSphere Edge Server > January 2004 > Configuring caching proxy to only do ip filtering? (no auth)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Configuring caching proxy to only do ip filtering? (no auth)
|
|
| J. Nick Klazynski 2004-01-19, 3:02 pm |
| Evening. I'm trying to configure Edge Component's Caching Proxy to only
filter on IP and do no other kind of protection. I configured a
'Protection' with just IP filters, and this denies the correct IP's.
However, when an allowed IP comes in, it asks for a user and password. Is
basic auth required for all protections?
Does this make sense? Can anyone help?
Thanks for your time,
Nick.
| |
| Klaus Johannes Rusch 2004-01-19, 3:02 pm |
| "J. Nick Klazynski" wrote:
quote:
> Evening. I'm trying to configure Edge Component's Caching Proxy to only
> filter on IP and do no other kind of protection. I configured a
> 'Protection' with just IP filters, and this denies the correct IP's.
> However, when an allowed IP comes in, it asks for a user and password. Is
> basic auth required for all protections?
Something like
Protect * {
ServerId IP_BASED_CONTROL
GetMask All@(10.*)
PutMask All@(10.*)
PostMask All@(10.*)
Mask All@(10.*)
}
should work (without an AuthType)
--
Klaus Johannes Rusch
KlausRusch@atmedia.net
http://www.atmedia.net/KlausRusch/
|
|
|
|
|