解决抓包工具与pycharm发送https请求冲突问题

import urllib3 urllib3.disable_warnings() response = requests.post(url, headers=headers, params=data, verify=flag)