Skip to content

Instantly share code, notes, and snippets.

@MayankPratap
Created May 15, 2017 13:33
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 MayankPratap/4c148fa2d02eeeb15dfd856ae786810c to your computer and use it in GitHub Desktop.
Save MayankPratap/4c148fa2d02eeeb15dfd856ae786810c to your computer and use it in GitHub Desktop.
import requests
import json
url="http://elpisdesign.com/apply.php"
r=requests.options(url)
print(r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment