View Single Post
Old Jan 3rd, 2006, 10:44 AM   #5
Steveire
Newbie
 
Join Date: Jan 2006
Posts: 13
Rep Power: 0 Steveire is on a distinguished road
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'})
Steveire is offline   Reply With Quote