Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Image Warnings... #3
Comments
|
@bradschafer are you still having this issue? The tracker uses tracking gif and the response MIME type should be image/gif. |
|
yup... I replaced actual key and params w/ xxxx for security... but it seems we're still getting text/html header response type. REQUEST HEADERS RESPONSE HEADERS |
|
@bradschafer Ah, I see what's going on. Unfortunately, we don't support tags for tracking pixel url endpoints right now. The current tracking pixel format we support is: https://logs-01.loggly.com/inputs/.gif?PLAINTEXT= It seems that the url in the tracker utility lib was modified to a different data collector url with tags in there. To get around the lack of tags support in tracking pixel GET, you can send tags as a separate field as part of the data. When we implement proper tagging at the endpoint, this library will be updated for tags as well then. |
|
Yeah.. I think I rewrote that trying to segment the data sources.. since TAGS not data can be separated. |
|
For what it's worth.. other than the mime/type error.. the logging of the tags to that endpoint actually works.. |
|
Oh nice! For now, I'll keep this issue open, and update it when we get around to changing the endpoint. This isn't the first time proper tagging support has been requested. Thanks! |
|
I get these warnings even if I don't set the tag. It uses the default tag of 'jslogger'. |
|
I changed the URL to https://logs-01.loggly.com/inputs/token/.gif?PLAINTEXT=..., but I still get the warnings. |
|
@kellycampbell it looks like that you are using older version of the script as current script does not use any tag |
|
@davidcai I have tested with the latest script. It does not show any image warnings. |
|
Try #25 |
|
@bradschafer Seems this to be fixed in the latest update. |
Script updates
I am getting a lot of image warnings in Chrome...
Resource interpreted as Image but transferred with MIME type text/html: "http://logs-01.loggly.com/inputs/d62c2db7-48fa-4105-a0ca.....
It seems we're requesting an image but getting back text/html...
The text was updated successfully, but these errors were encountered: