Forum Moderators: phranque
After some tests we have this results:
- if server and client app is on one machine and comunicates through localhost, the compressed gzip communication works pefect
- if server is on one machine and client on another one, compressed gzip communication does't work and we are getting on both sides WebException - (500) Internal server error.
We also tried tcpmonitor tool as proxy and we found that if compressed communication is enabled, some of the first requests are completed and status is Done, but in one moment server will set 2 reqests as Req status and after client application gets frozen until it get that WebException described before.
We realy don't know what can be the problem. Any ideas are welcomed.
Best regards
Michal Vlk