Commit f26a4d36 authored by wangmingming's avatar wangmingming

111

parent a69b0548
...@@ -281,7 +281,7 @@ while True: ...@@ -281,7 +281,7 @@ while True:
# #
# # session = requests.Session() # # session = requests.Session()
# #
response = session.post(url, headers=headers, json=data, insecure_skip_verify=True) response = session.post(url, headers=headers, json=data)
status_code = response.status_code status_code = response.status_code
# response = requests.post('http://52.52.23.116/tls/forward', # response = requests.post('http://52.52.23.116/tls/forward',
# json=dict(url=url, headers=headers,data=json.dumps(data), method="POST", proxy=proxy, debug=True # json=dict(url=url, headers=headers,data=json.dumps(data), method="POST", proxy=proxy, debug=True
......
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