drflash / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
1 stars 0 forks source link

Request URIs greater than 2048 characters shouldn't be sent. #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
GA collectors only accept GET requests less than 2048 characters. If a larger 
request is received, it is not processed, nor will data show up in the reports.

Instead of sending bad requests, lets not send requests > 2048 characters.

Original issue reported on code.google.com by Nicksk...@gmail.com on 25 Oct 2010 at 6:28

GoogleCodeExporter commented 8 years ago
committed a fix in 406: 
http://code.google.com/p/gaforflash/source/diff?spec=svn406&r=406&format=side&pa
th=/trunk/src/com/google/analytics/core/GIFRequest.as

Original comment by Nicksk...@gmail.com on 25 Oct 2010 at 6:34