A local test server is built using node+express, but only the internal network can access the tested interface, but not the external network. How to solve this problem?
A local test server is built using node+express, but only the internal network can access the tested interface, but not the external network. How to solve this problem?
Intranet penetration; or
1. Router port mapping to your computer, the specific method of their own Baidu, the general router support, the need for router management rights. Operator support is also required, that is, a separate domain name is assigned to the router.
2. Intranet penetration tools, I don't think they are particularly useful, especially those that are free are basically very bad, refer to peanut shells
I can't think of anything else.
natapp to learn about using
for simple testing.Previous: When iview uses render to create Input components, automatic focus can only be triggered once?
Next: Why is the destroyed of the previous page of vue executed after the created of the next page?
is like this, every page needs to call some api,. If you write request, on each page, it will feel cumbersome. Is there a good way to write it as a common module, and then introduce a module? ...
individuals want to use pm2 to start the application using -- env parameters to specify some application variables. Check the document -- env usage can be set to a object . It is also written in this article . Here s how I write it: pm2 start --...
novice rookies started to use express + webpack to build, and encountered the following problem: the front end packages the files through webpack-dev-middleware and stores them under the output directory. If you want to return the template through expr...
the front end uses the $.ajax method of Jquery, and uses the way of jsop to obtain the value of the back end across domains. The backend is built with Node+express, and the value of the backend can be obtained normally. But if the ajax takes the paramet...
problem description recently, middleware (body-parser) in express suddenly fails, req.body can not get any value , req.query can get the value . It was useful to add body-parser middleware at first, until yesterday when token was added, body-p...