keen-gem
keen-gem copied to clipboard
414 Request-URI Too Large
I received this error when performing an extraction using the following filter:
{
"property_name" => "field_id",
"operator" => "in",
"property_value" => ids
}
ids
is an array of 250 elements with something like this 5ac54ae05643c4123e0022b6
Keen::HttpError: Keen IO Exception: <html>
<head><title>414 Request-URI Too Large</title></head>
<body bgcolor="white">
<center><h1>414 Request-URI Too Large</h1></center>
</body>
</html>
It's not very dev frendly