我在向ServiceM8发出POST请求时遇到以下错误:
{'Content-Type': 'text/html;charset=UTF-8', 'Content-Length': '343', 'Connection': 'keep-alive', 'Date': 'Wed, 04 Jan 2017 16:57:31 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'X-Cache': 'Error from cloudfront', 'Via': '1.1 49ccc390fa499ab821b632cf67d38720.cloudfront.net (CloudFront)', 'X-Amz-Cf-Id': 'DCkbBH5hfQ-ZyeyefPZJAyaVhKar_oD3n_VDZ8TYS97CyLpG4r5YGQ=='}
我目前使用的是:Django==1.10.4 requests==2.12.4
https://stackoverflow.com/questions/41469446
复制相似问题