libertyct Posted April 27, 2010 Share Posted April 27, 2010 I have a .htaccess protected page that requires users to enter a user-name and password before viewing the page. This page is uploaded to a remote staging server. What I would like to do is be able to make Ajax requests to the page from code residing on my localhost, and as part of the call, perhaps pass the user-name and password as HTTP headers so my script will be allowed access to the protected page. I know this is possible with Flash but I would like to give it an attempt with just Ajax. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/199932-ajax-post-to-htaccess-protected-page/ Share on other sites More sharing options...
libertyct Posted April 27, 2010 Author Share Posted April 27, 2010 for anyone that might be running into the same issue I came up with a solution, you have to construct your Ajax url as follows: http://username:[email protected]/gateway.php this will bypass the .haccess login form when your local script hits your remote script RESOLVED Link to comment https://forums.phpfreaks.com/topic/199932-ajax-post-to-htaccess-protected-page/#findComment-1049398 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.