javascript - DFP Async Mime Type Issue -


i've setup google's asynchronous dfp tags locally, i'm getting message intermittently in console:

resource interpreted script transferred mime type text/html: "http://ib.adnxs.com/a_usersync?cbfn=anx_async_load".

when message appears, ads not. local/dev environment issue only?

as error states, you're loading javascript url, url returning (or claiming return) html instead.

if html looks javascript, browsers run anyway, url giving error.
@ network tab see what's going on.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -