I pull request on website (https://postwoman.io/),but always get response failed.It runs on postman client.I don't know if I dp some wrong thing.I wish get some help.Thank you.


Hi there,
Thanks for using Postwoman 鉂わ笍
Your issue can be resolved by either changing the URL field from http://httpbin.org to https://httpbin.org or you can activate the Proxy from the Settings tab.
If the above solution worked, please notify so I can close this issue.
Have a nice day! 馃槃
Hi there,
I'm glad for your anser.I have other question I confused.
I'm sorry to bother you,and I don't some explain on other place.The project don't have complete docs.
postwoman.io is hosted on a HTTPS protocol. This means all requests are allowed for only HTTPS site by default. This ia a security feature implemented in browsers.We've Proxy mode. This allows you to access HTTP endpoints from postwoman.io. Toggle Proxy mode from https://postwoman.io/settings
HTTP is non-secured and allows vulnerabilities.
In Postman they automatically route non-HTTPS request to proxy without our permission.
localhost is currently not supported since access to localhost is restricted to websites. This could be tackled by our upcoming native build. Track it's progress on: #267
All non-HTTP domains can be accessed from Proxy mode, unless they explicitly restrict access from postwoman.io
I'm glad for your anser.I don't have other question temporally,so you can close this issue.
If I have other question during use postwoman,I will back.
Thank you!