13
496
import tls_client session = tls_client.Session( client_identifier="chrome_120", random_tls_extension_order=True ) response = session.get('https://ismkdc.com/', allow_redirects=True) print(response.text)