Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection times out when get request too large #15

Open
joseairosa opened this issue Nov 19, 2012 · 2 comments
Open

Connection times out when get request too large #15

joseairosa opened this issue Nov 19, 2012 · 2 comments

Comments

@joseairosa
Copy link

Hi,

Today we encountered an issue with lengthy parameters data.

In one of our reports to KM we send one of the parameters we get on our API. At some point we started seing large timeouts. After some careful evaluation we found these on the logs:

<Mon Nov 19 12:29:12 2012> End of file reached for host trk.kissmetrics.com:80

This was due to the fact that kissmetrics send metrics via get request and as such all parameters are sent on the URL. URL's have a length limit http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url

Is there anyway around this?

Thank you.

@joseairosa
Copy link
Author

Any news about this?

@nateklaiber
Copy link
Contributor

Hey @joseairosa - I apologize for this delayed response. This is something I have brought up recently (the limits of GET vs. using a POST). We have worked this into our new REST API. I am going to shoot you an email with some more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants