[GH-ISSUE #385] request on website #139

Closed
opened 2026-03-16 13:39:04 +03:00 by kerem · 4 comments
Owner

Originally created by @KJohn2q on GitHub (Dec 1, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/385

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.
图片
图片

Originally created by @KJohn2q on GitHub (Dec 1, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/385 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. ![图片](https://user-images.githubusercontent.com/20499046/69908301-6473ac00-1421-11ea-8c83-7ec782ad183e.png) ![图片](https://user-images.githubusercontent.com/20499046/69908306-75242200-1421-11ea-9151-4feb8e2d5761.png)
kerem 2026-03-16 13:39:04 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@AndrewBastin commented on GitHub (Dec 1, 2019):

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! 😄

<!-- gh-comment-id:560041758 --> @AndrewBastin commented on GitHub (Dec 1, 2019): 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! 😄
Author
Owner

@KJohn2q commented on GitHub (Dec 1, 2019):

Hi there,

I'm glad for your anser.I have other question I confused.

  • Why I use http on postwoman website not work, but it works on postman?
  • What about local domain?
  • What about other public domain that only maintain http?

I'm sorry to bother you,and I don't some explain on other place.The project don't have complete docs.

<!-- gh-comment-id:560043080 --> @KJohn2q commented on GitHub (Dec 1, 2019): Hi there, I'm glad for your anser.I have other question I confused. * Why I use http on postwoman website not work, but it works on postman? * What about local domain? * What about other public domain that only maintain http? I'm sorry to bother you,and I don't some explain on other place.The project don't have complete docs.
Author
Owner

@liyasthomas commented on GitHub (Dec 1, 2019):

  1. The very website 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.

  1. 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

  2. All non-HTTP domains can be accessed from Proxy mode, unless they explicitly restrict access from postwoman.io

<!-- gh-comment-id:560043989 --> @liyasthomas commented on GitHub (Dec 1, 2019): 1. The very website `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. 2. `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 3. All non-HTTP domains can be accessed from Proxy mode, unless they explicitly restrict access from postwoman.io
Author
Owner

@KJohn2q commented on GitHub (Dec 1, 2019):

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!

<!-- gh-comment-id:560045554 --> @KJohn2q commented on GitHub (Dec 1, 2019): 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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#139
No description provided.