Skip to content

Instantly share code, notes, and snippets.

@GilesBathgate
Created April 28, 2016 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GilesBathgate/59eeeddea4c96d2f7eb7f9dc7dae8ec1 to your computer and use it in GitHub Desktop.
Save GilesBathgate/59eeeddea4c96d2f7eb7f9dc7dae8ec1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import requests
r=requests.post("http://httpbin.org/post",data={"this&":1,"that=":2})
print(r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment