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.
Tag support #25
Tag support #25
Conversation
|
If we use ajax instead of a tracking pixel, I think we're going to run into issues with CORS. Have you tested this on a site that isn't hosted on Loggly's domain? |
|
Yeah CORS headers are live now. I believe they tested but @psquickitjayant can confirm. |
|
@vhalbwachs I have tested it with "content-type:text/plain" and working fine. sends message to loggly and the logs are parsed as JSON logs in Loggly dashboard. send "content-type:application/json" throws the 405 dues to CORS but may be we can avoid it using |
|
@vhalbwachs reminder to merge when you are done reviewing |
|
@mostlyjason you will need to upload the latest scripts on cloudfront. |
|
|
Removed tracking pixel and added async XMLHttpRequest