-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is https not supported? #4
Comments
Only http is explicitly supported for testing, however, you should still be able to test on an https page by allowing unsecure elements to load on the page. The MRAID functionality of creatives only works in mobile apps, where there's no concept of loading on a secure page, given that the ad occupies the whole browser/web view. If you're still having issues, do you have a test page I can take a look at? |
https://dl.dropboxusercontent.com/u/12069193/mraid_2.html On Mon, Aug 4, 2014 at 4:50 PM, josecu [email protected] wrote:
Filippo Privitera This email is reserved exclusively for sending and receiving messages |
OK , but I don't change the default settings of my browser it is not Thank you very much. On Mon, Aug 4, 2014 at 5:03 PM, josecu [email protected] wrote:
Filippo Privitera This email is reserved exclusively for sending and receiving messages |
In a live environment, a user would encounter MRAID creatives only in mobile apps. They do not work in web. Taking the AppNexus SDK as an example, the ad content is always loaded from an unsecure endpoint, and this is the "page" in your example. I am not aware of any SDK loading their content from a secure endpoint. Since the ad content occupies a whole web view in an app, the web view is sandboxed from the rest of the app, and ad content is by its nature unsecure, there is no need to request content from a secure endpoint. |
the maid.js file is in a CDN that it is only support http, I cannot test creatives in https pages.
The text was updated successfully, but these errors were encountered: