We have a coupon download functionality in our website. Users should download a plugin which allows them to then download the actual coupon. Plugin download is not working in IE6 with proxy settings. It is working in all other browsers even with proxy setting. Now, my client want to display some message to the user if the user is using IE6 with proxy. Ex: Alert message like "You are using IE6 with proxy. Please try in some other browser".
Now, question is - How to detect whether the browser is using proxy or not using Javascript? Thanks in advance for any help.