Chrome and Firefox changing form action from http to https
up vote
0
down vote
favorite
I ran into a really strange thing. I have a very simple HTML file on my server with just a form which should go to specific page but the desired page has to be on http.
<html>
<body>
<form action="http://desired-page-on-http.com">
<input type="submit" value="Go" />
</form>
</body>
</html>
If I submit this form Chrome and Firefox change the destination from HTTP to HTTPS. Why is this happening? IE and Edge send the request normally to HTTP as it is defined but Chrome/FF change the protocol.
Working page to test is here: https://www.karlovarske-divadlo.cz/testicek.html
Thanks for any explanation or help. I really need the form to sends the request to http.
Filip
html google-chrome https
add a comment |
up vote
0
down vote
favorite
I ran into a really strange thing. I have a very simple HTML file on my server with just a form which should go to specific page but the desired page has to be on http.
<html>
<body>
<form action="http://desired-page-on-http.com">
<input type="submit" value="Go" />
</form>
</body>
</html>
If I submit this form Chrome and Firefox change the destination from HTTP to HTTPS. Why is this happening? IE and Edge send the request normally to HTTP as it is defined but Chrome/FF change the protocol.
Working page to test is here: https://www.karlovarske-divadlo.cz/testicek.html
Thanks for any explanation or help. I really need the form to sends the request to http.
Filip
html google-chrome https
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I ran into a really strange thing. I have a very simple HTML file on my server with just a form which should go to specific page but the desired page has to be on http.
<html>
<body>
<form action="http://desired-page-on-http.com">
<input type="submit" value="Go" />
</form>
</body>
</html>
If I submit this form Chrome and Firefox change the destination from HTTP to HTTPS. Why is this happening? IE and Edge send the request normally to HTTP as it is defined but Chrome/FF change the protocol.
Working page to test is here: https://www.karlovarske-divadlo.cz/testicek.html
Thanks for any explanation or help. I really need the form to sends the request to http.
Filip
html google-chrome https
I ran into a really strange thing. I have a very simple HTML file on my server with just a form which should go to specific page but the desired page has to be on http.
<html>
<body>
<form action="http://desired-page-on-http.com">
<input type="submit" value="Go" />
</form>
</body>
</html>
If I submit this form Chrome and Firefox change the destination from HTTP to HTTPS. Why is this happening? IE and Edge send the request normally to HTTP as it is defined but Chrome/FF change the protocol.
Working page to test is here: https://www.karlovarske-divadlo.cz/testicek.html
Thanks for any explanation or help. I really need the form to sends the request to http.
Filip
html google-chrome https
html google-chrome https
asked Nov 9 at 18:57
Filip Krystl
11
11
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53231792%2fchrome-and-firefox-changing-form-action-from-http-to-https%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown