Forum Moderators: phranque
Upon success I want to access other domains pages which are protected using htaccess rules without asking to reenter user credentials again. I want to bypass this rule.
When I tried sending username and password embedded inside url for e.g. 'http://user:password@www.domain.com'. I found that due to IE security fixes this idea doesnt seems to work.
Then I tried using cURL to bypass this rule. I got index page (Other domains) output to first domain without redirecting to other domain. But problem is like whenever I tried to use the navigation functionality of this output for e.g. clicking on any of the links causes redirection into other domain pages and this again popups the login box.
Is there any solution to bypass this login process?
The only way to bypass that login, is if the directives in their .htaccess file allows for an override for your IP address or for some pre-determined cookie value, but even then that's sketchy too.
Another idea is to allow using IP addresses. But anybody belonging to that IP can access the URL directly without authentication.
So what could you suggest a better solution? If so can you provide detailed exapmle?