Apache authentication: Redirect on failure, reliably?

前端 未结 2 1121
慢半拍i
慢半拍i 2020-12-29 13:19

I\'ve set my ErrorDocument 401 to point to my website\'s account creation page, but not all browsers seem to honor this redirect (Safari).

Also, other browsers (Fire

2条回答
  •  感情败类
    2020-12-29 13:31

    I suspect that your firefox and safari users are not entering the domain before the username i.e. MYDOMAIN\USERNAME. There are some settings in firefox that will allow pass-through authentication; I don't know about safari.

提交回复
热议问题