Long held AJAX connections being blocked by Anti-Virus

Posted by jeffreyveon on Stack Overflow See other posts from Stack Overflow or by jeffreyveon
Published on 2010-02-28T16:57:12Z Indexed on 2010/03/09 0:06 UTC
Read the original article Hit count: 935

Filed under:
|
|
|
|

Ok, this is downright bizarre. I am building a web application that relies on long held HTTP connection using COMET, and using this to stream data from the server to the application.

Now, the problem is that this does not seem to go well with some anti-virus programs. We are now on beta, and some users are facing problems with the application when the anti-virus is enabled. It's not just one specific anti-virus either.. I found this work around for Avast when I looked online: http://avricot.com/blog/index.php?post/2009/05/20/Comet-and-ajax-with-Avast-s-shield-web-:-The-salvation-or-not

However, anyone here has any suggestions on how to handled this? Should I send any specific header to please these security programs?

© Stack Overflow or respective owner

Related posts about comet

Related posts about JavaScript