http2

  1. N

    How do you send in python http/2 headers?

    Those :method: GET :scheme: https :authority: server.url.com :path: /login.php? I tried with hyper but are sended bad and i get web requests rejected import hashlib import requests import json from tls_version import MyAdapter import collections from userdata import UserData import time from...
Back
Top