make a request in python with a header code example
Example: python send get request with headers
r=requests.get("http://www.example.com/", headers={"content-type":"text"})
r=requests.get("http://www.example.com/", headers={"content-type":"text"})