【发布时间】:2019-09-05 14:27:34
【问题描述】:
我刚刚开始探索 Postman(win10,在许多公司防火墙和代理之后)。
对于 GET 和 POST 请求,我可以毫无问题地到达 https://postman-echo.com。
但是我们有一个内部网站,它有一个自签名证书,它还会在 Chrome 中弹出一个用户名/密码请求(似乎它使用基本身份验证)无论如何,放置 URL 框时 GET 请求有效。 https://epicorapp2/ERP10.1Test/api/v1/Erp.BO.JobEntrySvc/JobEntries?%2524top=1
这是我所做的:
- 使用设置关闭常规/SSL 证书验证
- 使用的设置/代理(使用系统代理)
在所有情况下,我都完成了 SSL 证书验证的设置(关闭)
我仍然得到:
Could not get any response
There was an error connecting to https://epicorapp2/ERP10.1Test/api/v1/Erp.BO.JobEntrySvc/JobEntries?%2524top=1.
Why this might have happened:
The server couldn't send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off 'SSL certificate verification' in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General
但奇怪的是,如果我打开 Fiddler v4,然后我在 fiddler 和 postman 中都看到了流量。
那么我没有正确配置什么?
完整的请求内容:
GET /ERP10.1Test/api/v1/Erp.BO.JobEntrySvc/JobEntries?%24top=1 HTTP/1.1
Host: epicorapp2
Authorization: Basic eXNnNDIwNjp5ZWNoZXprYWw=
cache-control: no-cache
Postman-Token: d1a57676-8381-4eed-bb6e-c1bb61888faf
【问题讨论】:
标签: postman