我正在使用Windows> Visual Studio> Python并在我的代码中使用WGET。
我正在尝试调用API(Post)。
这是代码:
APIWGET = [WGETInstallationFolder,'--no-check-certificate',"--post-data="% PostFile,"--output-file="+TempReadWritePath + 'TempReadWriteFile' + TimeNow + '.txt',"--wait=2","--content-on-error","--header="+Header, "--output-document="+TempReadWritePath + 'TempReadWriteFile' + TimeNow + '.txt',"--timeout=3","--tries=3", "--save-headers", "https://" +APIGWIP +"xxxxxxxx/"]
call(APIWGET)
获取证书通用名称不匹配..
提到我用“GET”调用相同的API时一切正常。