Skip to content

Instantly share code, notes, and snippets.

View Overrideveloper's full-sized avatar
🌚
Working from home

Banso Overrideveloper

🌚
Working from home
View GitHub Profile
@Overrideveloper
Overrideveloper / Invalid Host Header NGROK
Created April 28, 2020 00:59 — forked from xola139/Invalid Host Header NGROK
When Invalid Host Header when ngrok tries to connect to Angular or React dev server
When Invalid Host Header when ngrok tries to connect to Angular or React dev server use this form for run ngrok.
ngrok http 8080 -host-header="localhost:8080"
ngrok http --host-header=rewrite 8080