Mathew (Mat) Miles ([EMAIL PROTECTED]):
> Our library site has pages that require authentication. Once accessed, > these pages then re-direct a user to the appropriate paid subscription > resource. As I examine my failure report, I notice that the # of reqs > reported for a particular file is almost equal to the number of reqs > reported for the same file in the redirection report. > Does anyone know why redirection reqs seem to also be reporting as > failed reqs? When a browser goes to get a file, it first tries it without authentication. That fails with an 'Authentication Required' failure (thus the failure). The browser then asks the user for login details and submits it. This second request will succeed (provided the login details are correct). Since your site redirects the valid login, this registers as a redirect. So you really are getting both requests. They aren't being counted twice. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/analog-help@lists.isite.net/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------