I am pretty new to ngrok and web dev but I am trying to host a apache2 server on my raspi4 and i wanted to make it public to the outside using Ngrok but whenever anyone goes on the link they are prompted with the browser warning page --browser warning. I want to remove it by setting ngrok-skip-browser-warning =1
into the request header, yet I don't now where I find that on my apache2 server. How to I edit the request header?
Asked
Active
Viewed 3,991 times
0

Alex
- 1
- 1
- 2
-
The request header is from the client, so they would need to set it. – import random Oct 24 '22 at 06:27
-
This question is already answered here. Hope that will help you:- https://stackoverflow.com/a/73844702 – Namish Kumar Dec 08 '22 at 11:46