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.
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.
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.
closing in favor of #267
Most helpful comment
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.