[GH-ISSUE #274] [request] localhost support #96

Closed
opened 2026-03-16 13:24:27 +03:00 by kerem · 3 comments
Owner

Originally created by @jitendra3109 on GitHub (Nov 6, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/274

Describe the bug
I was trying to check on my local machine process API call

To Reproduce
Steps to reproduce the behavior:
Check on localhost api call

Expected behavior
It should work as in postman

Screenshots

Desktop (please complete the following information):

  • OS: [MAC]
  • Browser [chrome]
  • Version [e.g. 22]

Additional context
'http://0.0.0.0:3001/v1/path'. This request has been blocked; the content must be served over HTTPS.

Originally created by @jitendra3109 on GitHub (Nov 6, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/274 **Describe the bug** I was trying to check on my local machine process API call **To Reproduce** Steps to reproduce the behavior: Check on localhost api call **Expected behavior** It should work as in post**man** **Screenshots** **Desktop (please complete the following information):** - OS: [MAC] - Browser [chrome] - Version [e.g. 22] **Additional context** 'http://0.0.0.0:3001/v1/path'. This request has been blocked; the content must be served over HTTPS.
kerem 2026-03-16 13:24:27 +03:00
Author
Owner

@liyasthomas commented on GitHub (Nov 6, 2019):

For non-https (http) endpoints: make use of Proxy mode.
Settings > Turn on Proxy

Regarding API on local server:
We're investigating what went wrong. Will update you ASAP.

<!-- gh-comment-id:550265089 --> @liyasthomas commented on GitHub (Nov 6, 2019): For non-https (`http`) endpoints: make use of Proxy mode. **Settings > Turn on Proxy** Regarding API on local server: **We're investigating what went wrong. Will update you ASAP.**
Author
Owner

@NBTX commented on GitHub (Nov 7, 2019):

The proxy won't work for requests to localhost. You need to self-host the proxy or turn it off and use a self-signed certificate.

<!-- gh-comment-id:551068827 --> @NBTX commented on GitHub (Nov 7, 2019): The proxy won't work for requests to localhost. You need to self-host the proxy or turn it off and use a self-signed certificate.
Author
Owner

@liyasthomas commented on GitHub (Nov 20, 2019):

closing in favor of #267

<!-- gh-comment-id:556021675 --> @liyasthomas commented on GitHub (Nov 20, 2019): closing in favor of #267
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#96
No description provided.