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.
精彩评论