Hi Ameesh,Setting the referrer header in your JS code would be a security issue, so it is not permitted by the browser (or in this case, Cordova container).You can bypass the Referrer Filter by overriding your app's user agent with a value that does not contain "Mozilla" or "Opera", in effect indica...