在使用postman時遇到的小問題,記錄一下:
報錯信息如下:
Could not get any response
There was an error connecting to https://xxxxxxxxxxxxx/uatservices/customer-api/user/verify/code/photo.
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

我試了一下修改:

和

都沒有能夠成功;
后來我仔細檢查,是Headers中的某個key多了個空格,把這個空格去掉后就正常了;
