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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.