cookies directly from tag.js not work

This commit is contained in:
2024-01-15 11:21:53 +01:00
parent f43d496ecc
commit d1ffd28b6a
9 changed files with 430 additions and 101 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class Sender:
def send_request(self, url, contact: ContactPojo, csrf: str = None):
if csrf is None:
_csrf = '5tHIY0Tf-AEKRQB7dbM7-_OIh7pZG_HdLsAk'
_csrf = '8Bs2dBwb-nHONOzo9Tei2CcMZglEfsRqUz8E'
else:
_csrf = csrf
headers = {'Content-Type': 'application/x-www-form-urlencoded',