Issue 137 in httplib2: How do you "check" checkbox in POST form?

5 views
Skip to first unread message

codesite...@google.com

unread,
Mar 23, 2011, 1:56:24 PM3/23/11
to httplib...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 137 by jimhorn...@gmail.com: How do you "check" checkbox in POST
form?
http://code.google.com/p/httplib2/issues/detail?id=137

I see great examples of setting username/password and other input fields
with a form POST. However, if you have a checkbox that needs to be set
(checked) in an authentication form how do you do it?


codesite...@google.com

unread,
Jun 13, 2011, 2:18:03 PM6/13/11
to httplib...@googlegroups.com
Updates:
Status: Invalid

Comment #1 on issue 137 by joe.gregorio: How do you "check" checkbox in
POST form?
http://code.google.com/p/httplib2/issues/detail?id=137

for a checkbox such as

<input type=checkbox name="topping" value="bacon"> Bacon </label></p>

send

topping=bacon

as part of the URL encoded POST body.

Reply all
Reply to author
Forward
0 new messages