-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[request] localhost support #274
Labels
bug
Something isn't working
help wanted
Extra attention is needed
need testing
Needs to be tested before merging onto production
Comments
jitendra3109
changed the title
Not support http or localhost api call
Not supporting http or localhost api call
Nov 6, 2019
For non-https ( Regarding API on local server: |
liyasthomas
added
the
need testing
Needs to be tested before merging onto production
label
Nov 6, 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
changed the title
Not supporting http or localhost api call
[request] localhost support
Nov 9, 2019
closing in favor of #267 |
Closed
This was referenced Feb 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
help wanted
Extra attention is needed
need testing
Needs to be tested before merging onto production
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.
The text was updated successfully, but these errors were encountered: