Asp.Net App & Proxy

  • Thread starter Thread starter Maxim Kazitov
  • Start date Start date
M

Maxim Kazitov

Hi,

One of our Asp.Net applications has a strange problem: the application
fails (gives a fatal error) if user connects to application through Proxy
Server. Few more interesting moments :
- application doesn't fail when users don't use Proxy;
- sometimes application works even for users who use Proxy;
- application fails always on the same page and this page uses POST
method (other pages use GET);

So my question is: what could Proxy server do to give such an effect? Any
ideas even most abstract are highly appreciated.


Thanks,
Maxim
 
Could you give more information on what's the page's purpose, such as
uploading file or handling web services?
Any code specific to identity of the client(IP or whatever) or do you
initiate a incoming connection of the page (maybe with a java applet)

The above suggestions are just wild guesses, but seems more detail
infomation is required for any useful answer.
 
Back
Top