htaccess exclude one url from Basic Auth

前端 未结 8 1689
失恋的感觉
失恋的感觉 2020-11-30 20:54

I need to exclude one Url (or even better one prefix) from normal htaccess Basic Auth protection. Something like /callbacks/myBank or /callbacks/.*

8条回答
  •  遥遥无期
    2020-11-30 21:16

    why don't you just use basic auth the way it was intended?

    user:password@domain.com/callbacks/etc
    

提交回复
热议问题