SempaiGames / haxe-ga

GoogleAnalytics Client API port to Haxe
Other
60 stars 23 forks source link

Javascript request CORS error #2

Closed zweimal closed 11 years ago

zweimal commented 11 years ago

At Chrome 28, trying to track anything, it fails: XMLHttpRequest cannot load http://www.google-analytics.com/__utm.gif?utm... ...Origin http:// is not allowed by Access-Control-Allow-Origin.

fbricker commented 11 years ago

Hi, thanks for your fix :) I'll publish an update on haxelib in a couple of minutes. I'm currently porting some changes to haxe3 and splitting this project with two branches for haxe2 and haxe3.

Best,

fbricker commented 11 years ago

Update: I've ugpraded the Lib on for haxe3 now, and I'll upgrade the lib for haxe2 later since I don't have haxelib2 on my computer right now.

If you want to use the lib directly from github on haxe2, you need to grab the haxe2 branch.

Bye!