开发者

Don't save form data over https

开发者 https://www.devze.com 2022-12-24 03:07 出处:网络
开发者_JAVA技巧I\'d like to submit data in a form, over HTTPS, without allowing the browser to save it.

开发者_JAVA技巧I'd like to submit data in a form, over HTTPS, without allowing the browser to save it.

(credit card transactions)


You mean autocomplete="off"? Or cookie data?


Please try the following code:

< form id="login_form" action="login.php" method="post" autocomplete="off">
0

精彩评论

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

关注公众号