Try different referer

This commit is contained in:
Steven B 2024-12-13 15:14:51 +00:00
parent 25106c1b4a
commit 6bfb19a748
No known key found for this signature in database
GPG Key ID: 6D5B46B3679F2A43

View File

@ -121,7 +121,7 @@ class SslAesTransport(BaseTransport):
self._headers = {
**self.COMMON_HEADERS,
"Host": self._host,
"Referer": f"https://{self._host_port}?id={_md5_hash(uuid.uuid4().bytes)}",
"Referer": "https://127.0.1.1",
}
self._seq: int | None = None
self._pwd_hash: str | None = None