I want to design a html form in python
Posted
by
VaIbHaV-JaIn
on Stack Overflow
See other posts from Stack Overflow
or by VaIbHaV-JaIn
Published on 2012-11-01T10:59:07Z
Indexed on
2012/11/01
11:00 UTC
Read the original article
Hit count: 241
when user will enter details in the text box on the html from
<h1>Please enter new password</h1>
<form method="POST" enctype="application/json action="uid">
Password<input name="passwd"type="password" /><br>
Retype Password<input name="repasswd" type="password" /><br>
<input type="Submit" />
</form>
</body>
i want to post the data in json format through http post request and also i want to set content-type = application/json
© Stack Overflow or respective owner