Laur's blog
Sign in Subscribe

requests

A collection of 1 post
Send POST to server via python-requests
data

Send POST to server via python-requests

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 = { '
Apr 15, 2014 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost