Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.