, 2, 1 server2. 1 . server2 , 2.
System.Net.HttpWebRequest HTTP ( , 1 2), 2 .
If you have done this, you will run an application that simply redirects any requests to server2 and thus launches a dummy application. This application can be very simple, because in reality it is nothing but an HTTP proxy.
However, I have to ask again, for what purpose? Is your building some kind of query filtering mechanism? because I believe that there are better ways to solve this problem.
source
share