ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

Resource interpreted as Image but transferred with MIME type text/html #18

Closed rhetskylar closed 8 years ago

rhetskylar commented 9 years ago

Resource interpreted as Image but transferred with MIME type text/htmlreceived for every request made to loggly. Actual text is {"response" : "ok"} with all functionality working and loggly receiving all requests. Trying to understand best method to remove the client-side warning. Thoughts?

Bochenski commented 9 years ago

I'm also seeing this. Seems related to this: https://github.com/loggly/loggly-jslogger/issues/3#issuecomment-54332474. So we could try to follow this advice: "you can send tags as a separate field as part of the data"

or not use the .gif? end point perhaps. I'll dig a bit deeper and see if I can come up with a fix.

varshneyjayant commented 9 years ago

@rhetskylar this is fixed in the latest update