Detect if website is being served thru a proxy server like Opera Mini?
问题 Many feature phones use Opera Mini to serve webpages. Similarly Kindle Fire uses Amazon Silk. Is there a way in JavaScript to detect that a proxy is being used without UA detection? 回答1: In Opera Mini's case: no. The JavaScript will in fact be executed by the "proxy server", not by the real client. 回答2: My hypothesis is that such cloud based browsers cannot support a subset of events. For detecting such browsers I am using a javascript test that checks support for an event scroll . var