mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #385] request on website #139
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.


@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.orgtohttps://httpbin.orgor 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! 😄
@KJohn2q commented on GitHub (Dec 1, 2019):
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.
@liyasthomas commented on GitHub (Dec 1, 2019):
postwoman.iois 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.
localhostis 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: #267All non-HTTP domains can be accessed from Proxy mode, unless they explicitly restrict access from postwoman.io
@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!