|
|
|
|
|
by PinguTS
4454 days ago
|
|
This seems like a bad idea or to phrase it correctly: use it wisely. Because, you will use this service for the development to give someone outside access to something. If you then close the tunnel, the service will forward any request to its own server either to the main pager or to an error page. That means, all data given with a request, either via GET or via POST, will be given to that service. That could include sensitive data. That means, this kind of service is security risk. |
|