30 minutes isn't a long time to be able to edit posts for, but when I wrote this:
Quote:
|
Originally Posted by Steveire
So I'm getting a 403, but I can't tell why.
Next I tried the code on this page:
|
I made a link to the wrong location. The link should point to
http://docs.python.org/lib/httplib-examples.html.
Thanks for that form info. I tried putting wpStarttime and wpEdittime in the params as well, but still with no luck.
>>> params = urllib.urlencode({
... 'wpTextbox1': 'the test',
... 'wpComment': 'the comment',
... 'wpSave': 1,
... 'wpStarttime': '20060103161918',
... 'wpEdittime': '20060103161523'})