Bd2008 Parental Control Is Bloging Our Software
Hi everyone,
We have a big issues with BitDefender 2008 and Parental Control component.
What is actually happening is that BD is not allowing our software to send POST requests and send binary data via HTTP protocol.
So, we are using port 80 only, posting multipart messages (first part is text only, second part is binary data).
After we found what is causing this problem we have emulated this situation using most common browsers. And here are results we got:
1. IE is not working at all, not even regular pages
2. FF 2.0.0.14 is working regulary
3. FF 3 RC2 is not working and displaying message "This webpage has been blocked by BitDefender Parental Control!...."
We used very simple HTMl code:
<form action="/test123/index.php" enctype="multipart/form-data" method="post">
<input type="text" name="textfield" size="30">
<input type="file" name="datafile" size="40">
<input type="submit" value="send">
</form>
Any response and/or advice is welcomed.
Regards,
Marko Simic
Anyone?
We have tested on many different configurations and it's happening randomly.
On some machines BDIS is blocking all browser (FF2,3, Opera, IE7), on some only FF3 and IE7.
Whatever, on all machines BDIS is blocking our application.
So, please, any advise would be apriciated.
If it is possible, tell me how to detect a presence od BDIS Parental Control...that way, at least, we could notify users to disable it
Regards,
Marko Simic