ngrok installation
Ngrok is an appliation that creates secure tunnels (paths) to localhost machine. It enables developers to expose a local development server to the Internet with minimal effort.
Last updated
Ngrok is an appliation that creates secure tunnels (paths) to localhost machine. It enables developers to expose a local development server to the Internet with minimal effort.
Last updated
Login/ Signup on ngrok.
Download the zip file according to your device architecture(32 or 64 bit).
Extract the zip file and run the setup.
copy auth token form and run it on the ngrok setup to authenticate your ngrok agent.
Now, run the command: 'ngrok http 80' to start working with ngrok locally.
After you start the ngrok agent, open in a browser on the same machine.
You will see all of the details of every request and response including the time, duration, source IP, headers, query parameters, request payload and response body as well as the raw bytes on the wire.