Answers for "ngrok not working with react localhost"

10

invalid host header ngrok

ngrok http 8080 -host-header="localhost:8080"
ngrok http --host-header=rewrite 8080
Posted by: Guest on April-10-2020
0

ngrok invalid host header

npm i ngrok -g
> ngrok http port
//if error invalid host header
//try
ngrok http port -host-header="localhost:port"
Posted by: Guest on September-28-2020

Code answers related to "ngrok not working with react localhost"

Browse Popular Code Answers by Language