mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #274] [request] localhost support #96
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#96
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 @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):
Additional context
'http://0.0.0.0:3001/v1/path'. This request has been blocked; the content must be served over HTTPS.
@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.
@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.
@liyasthomas commented on GitHub (Nov 20, 2019):
closing in favor of #267