How to POST data to an HTTP page from an HTTPS page

Posted by buster55 on Stack Overflow See other posts from Stack Overflow or by buster55
Published on 2010-04-20T18:16:21Z Indexed on 2010/04/20 18:23 UTC
Read the original article Hit count: 140

Filed under:
|

I know this is a long shot, but I figured I'd ask the question anyway.

I have an HTTPS page and am dynamically creating a form. I want to POST the form to an HTTP page. Is this possible without the browser popping up a warning? When I do this on IE8, I get the following message:

Do you want to view only the webpage content that was delivered securely?

Essentially, I'm asking about the inverse of question 1554237.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development