What I think of is detecting authentication attempt and logging user in using PHP and standart HTTP credentials without bugging him with popup, when he does not try to login. That may sound easy, but we must keep in mind, that browsers check whether site is requesting authentication, and when it does not, they are bugging user with warning and they also send no data. Is there any bypass? Any trick?
QUESTION SUMMARY:
- I want url http://example.com/site to work wihout any promts and popups. User will see the site as anonymous.
- I want url http://user:password@example.com/site to work without any popups too. User will see the site as user