django - Post a form with urllib and move to that page like a web browser -


i want post form manually using urllib , redirect user page if had clicked submit button in web browser.

the reason i'm doing because before submitting payment paypal, need store information db. want handle user paypal website without having him click again in "buy now" button.

i'm using django, if matters somehow.

is possible? thanks

this tool might you: http://wwwsearch.sourceforge.net/mechanize/


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -