开发者

Can you submit a Post request over https to an iframe, from a form that is in http?

开发者 https://www.devze.com 2023-01-18 03:40 出处:网络
I\'ve got a pretty form that loads on any page on the site to prompt a user to login. However this can be from any http page.

I've got a pretty form that loads on any page on the site to prompt a user to login. However this can be from any http page.

The login form processing script however is in https, or at least it should be so that the information is secure.

Can I submit the login request via POST if i specify in the action that it should 开发者_运维技巧be sent over https?


yes. you just set the (login form ) action to https URL with method POST.

0

精彩评论

暂无评论...
验证码 换一张
取 消