[Tool] ngrok local reverse proxy, tool ngrok reverse proxy
What is ngrok?
Ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspection and replay. ngrok is a reverse proxy that can establish a security tunnel from the public network to a local web service. Ngrok captures and analyzes all the data that passes through it for subsequent checks and replay.
For more information, go to github and the official website to find 1 github 2 Official website 3 download and install 4 User Guide
This tool can be used in mainstream systems.
Use
Below is how to use note (win7)
The download was not very good at the time.
Download and decompress the package, and then execute
>ngrok.exe 80
Then the following error occurs:
ngrok (Ctrl+C to quit)Tunnel Status onlineVersion 1.7/1.7Forwarding http://40984492.ngrok.com -> 127.0.0.1:80Forwarding https://40984492.ngrok.com -> 127.0.0.1:80Web Interface 127.0.0.1:4040# Conn 0Avg Conn Time 0.00ms
Next we start a web service on port 80 and then access the http://40984492.ngrok.com URL. Browser pop-up is our local web application, a little like a peanut shell, hey.
127.0.0.1: 4040 what is this address? You will be able to access it.
This is the request monitoring interface. Here we can see the specific parameters of each request and so on. It is very friendly for debugging.
Summary
Ngrok is a very useful tool. It is very friendly for development and testing. Of course, it has more features. You can simply go to the user manual as needed.
This article from the "orangleliu notebook" blog, reprint please be sure to keep this source http://blog.csdn.net/orangleliu/article/details/42551819
Author orangleliu adopts signature-non-commercial use-share protocol in the same way