When i am in communities ( reader = everyone) and I am anonymous. I get an Basic HTTP Authentication request on one URL.
https://www.acm.com/dogear/snippet?user=user@acme.com
This is the HTTP Header & Response.
(Request-Line)
GET /dogear/snippet?user=user@acme.com HTTP/1.1
Host
www.acme.com
User-Agent
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-US,en;q=0.7,chrome://global/locale/intl.properties;q=0.3
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Cookie oatagcloudview=cloud; editMode=false; dogear.newuserhelp=hide
(Status-Line)
HTTP/1.1 401 Unauthorized
Date
Tue, 22 Jul 2008 09:07:04 GMT
Server
IBM_HTTP_Server
WWW-Authenticate
BASIC realm="Dogear"
Content-Length
0
Keep-Alive
timeout=10, max=100
Connection
Keep-Alive
Content-Type
text/plain
Content-Language
nl-NL
X-Pad
avoid browser bug
Why does this URL asks for authetication. And if so why doesn;t the service of dogear doesn't redirect me tot the loginpage instead of throwing me an Basic HTTP Authetication. Is this configurable and if so where can I do this.
Thank you
Sjaak