GitBook: [master] one page modified

This commit is contained in:
CPol 2020-07-21 20:33:19 +00:00 committed by gitbook-bot
parent 6ce929276d
commit 0693ee104e
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -10,7 +10,7 @@ import requests
url = "http://example.com:80/some/path.php"
params = {"p1":"value1", "p2":"value2"}
headers = {"User-Agent": "fake User Agent", "Fake header": "True value"}
cookies = {"PHPSESSION": "1234567890abcdef", "FakeCookie123": "456"}
cookies = {"PHPSESSID": "1234567890abcdef", "FakeCookie123": "456"}
proxies = {'http':'http://127.0.0.1:8080','https':'http://127.0.0.1:8080'}
#Regular Get requests sending parameters (params)