Commit e9da0394 authored by wang's avatar wang

1

parent c6238e91
Pipeline #465 canceled with stages
...@@ -149,7 +149,8 @@ class Reese84ByPass(object): ...@@ -149,7 +149,8 @@ class Reese84ByPass(object):
"Sec-Fetch-Mode": "cors", "Sec-Fetch-Mode": "cors",
"Sec-Fetch-Dest": "empty", "Sec-Fetch-Dest": "empty",
"Referer": "https://www.volaris.com/", "Referer": "https://www.volaris.com/",
"Accept-Language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7,ru;q=0.6" "Accept-Language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7,ru;q=0.6",
"Accept-Encoding": "gzip, deflate",
} }
url = "https://apigw.volaris.com/prod/api/session" url = "https://apigw.volaris.com/prod/api/session"
response = self.__session.get(url, headers=headers) response = self.__session.get(url, headers=headers)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment