[GH-ISSUE #1871] Access to private APIs? #595

Closed
opened 2026-03-16 16:12:48 +03:00 by kerem · 4 comments
Owner

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):

  • OS: MacOS 11.5.2
  • Browser: Chrome
  • Version: 94.0.4606.71
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):** - OS: MacOS 11.5.2 - Browser: Chrome - Version: 94.0.4606.71
kerem 2026-03-16 16:12:48 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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 ?

<!-- gh-comment-id:941575452 --> @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 ?
Author
Owner

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

<!-- gh-comment-id:941627190 --> @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!
Author
Owner

@AndrewBastin commented on GitHub (Oct 13, 2021):

Awesome! Glad I could help!

If you are good, please close this issue!

<!-- gh-comment-id:941938815 --> @AndrewBastin commented on GitHub (Oct 13, 2021): Awesome! Glad I could help! If you are good, please close this issue!
Author
Owner

@kenahoo commented on GitHub (Oct 13, 2021):

Works great, thanks again.

<!-- gh-comment-id:942571033 --> @kenahoo commented on GitHub (Oct 13, 2021): Works great, thanks again.
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#595
No description provided.