Skip to content
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

Closed
jitendra3109 opened this issue Nov 6, 2019 · 3 comments
Closed

[request] localhost support #274

jitendra3109 opened this issue Nov 6, 2019 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed need testing Needs to be tested before merging onto production

Comments

@jitendra3109
Copy link

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.

@jitendra3109 jitendra3109 changed the title Not support http or localhost api call Not supporting http or localhost api call Nov 6, 2019
@liyasthomas liyasthomas added the bug Something isn't working label Nov 6, 2019
@liyasthomas
Copy link
Member

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.

@liyasthomas liyasthomas added the need testing Needs to be tested before merging onto production label Nov 6, 2019
@liyasthomas liyasthomas added the help wanted Extra attention is needed label Nov 7, 2019
@NBTX
Copy link
Contributor

NBTX commented 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 liyasthomas changed the title Not supporting http or localhost api call [request] localhost support Nov 9, 2019
@liyasthomas
Copy link
Member

closing in favor of #267

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
Projects
None yet
Development

No branches or pull requests

3 participants