ngrok push data local to server.
i am creating one Api on page,
Api call at that time Request header use "Origin" https://b25d370c.ngrok.io
that's why i got a error 403.
so mainly how can i pass in Request header origin on default domain name.
Hi @sumit bhayani,
This is expected behavior, It reads from credentials.json.
If you want to skip that you will have to start your server with
AC_LOCAL_BASE_URL=https://b25d370c.ngrok.io node app.js
Hope it helps!
Thanks,
Lava
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.