cookies directly from tag.js not work
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user