mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1871] Access to private APIs? #595
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#595
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 @kenahoo on GitHub (Oct 12, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1871
Describe the bug
When I try to access APIs that are available on my private network, I can't seem to reach them, I get the error "Could not send request. Unable to reach the API endpoint. Check your network and try again."
I think my question is about fundamentally how Hoppscotch works - does it initiate a connection directly from the browser to the API I'm querying, or does it initiate a connection from https://hoppscotch.io/ to the API? If it's the latter, could that be made more clear in the docs at https://github.com/hoppscotch/hoppscotch and other appropriate places (or could someone direct me to where it's already clear - I couldn't seem to find it)? If the latter, what might I be doing wrong?
Desktop (please complete the following information):
@AndrewBastin commented on GitHub (Oct 12, 2021):
It can go both ways.
If you use the Proxy Middleware (you can toggle it in the settings), your request will be routed through the proxy server specified. If not, it will be routed through your browser, but we also offer an extension which sidesteps the issues caused by making the request through the browser.
Is there anything else you want me to add ?
@kenahoo commented on GitHub (Oct 12, 2021):
Aha, I see - so it sounds like the extension is what I need, I'll give that a try. Thanks for your quick answer!
@AndrewBastin commented on GitHub (Oct 13, 2021):
Awesome! Glad I could help!
If you are good, please close this issue!
@kenahoo commented on GitHub (Oct 13, 2021):
Works great, thanks again.