Jump to content

Why is my HTTPS form posting to the HTTP page?


LLLLLLL

Recommended Posts

If I'm on https://myserver.com/test.php, why is this form posting to the HTTP version of the page?

 

<form method="post" action="test.php?step=1">
<input type="text" name="email">
<input type="submit" name="submit">
</form>

 

I can hard-code the full path in the action, but that seems unnecessary.

 

Further, I have some pages where it posts to HTTPS first (as I expect). Why would it go to one versus another?

Link to comment
Share on other sites

The only additional information I have is that based on browser settings, a user might get "although this page is encrypted the information you have entered is to be sent over an unencrypted network."

 

This still doesn't make sense. It is an HTTPS page with a relative URL. How can it be posting as HTTP? Ugh.

Link to comment
Share on other sites

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.