The other day I've had a question asked:
How do you send a form data to a server and get the reply?
My solution involves python-requests:
__author__ = 'Laur IVAN'
import requests
proxies = {
'http': 'http://.../',
'https': 'http://.../'
}
payload = {
'