M
Mike
Hi,
A reverse proxy processes requests and then redirects them to a local or
remote server. However, when an HttpWebRequest is created and its Uri is the
local server (same machine), I get into an infinite loop situation, since
the reverse proxy continues to process the same request over and over. What
shall I do to make sure a page is only processed once on the local machine?
Thanks.
Mike
A reverse proxy processes requests and then redirects them to a local or
remote server. However, when an HttpWebRequest is created and its Uri is the
local server (same machine), I get into an infinite loop situation, since
the reverse proxy continues to process the same request over and over. What
shall I do to make sure a page is only processed once on the local machine?
Thanks.
Mike