Jump to content

AJAX POST To .HTACCESS Protected Page


libertyct

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.