The Session class should carry all the data necessary to make repeatable requests to a server. Together with the proxy URL and the cookie jar, we should store the browser / HTTP client fingerprint (i.e., user-agent, TLS settings, etc.), to make the repeated requests as similar as possible.
The actual format of the fingerprint is TBD.
The
Sessionclass should carry all the data necessary to make repeatable requests to a server. Together with the proxy URL and the cookie jar, we should store the browser / HTTP client fingerprint (i.e., user-agent, TLS settings, etc.), to make the repeated requests as similar as possible.The actual format of the fingerprint is TBD.