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

Question: Aggregates with many cuts and huge urls (POST method) #373

Open
pablolmedorado opened this issue Sep 13, 2016 · 1 comment
Open

Comments

@pablolmedorado
Copy link

Hello everyone;

I'm working with thousands of records and sometimes, when I try to use many filters (cuts), the resulting url is huge (> 2000 characters).

In these cases the GET method does not work and if I try to make the request with POST, I get an error 405 (Method Not Allowed).

Is possible to enable the POST method?

Thanks in advance.

PS: I'm using v1.1alpha

@pablolmedorado
Copy link
Author

pablolmedorado commented Sep 15, 2016

Finally I upgraded to the final version 1.1. and modified a couple lines of code.

I write them here in case someone needs it:

cubes/server/blueprint.py (aggregate function)

regards

@pablolmedorado pablolmedorado changed the title Question: Aggregates with many cuts and huge urls Question: Aggregates with many cuts and huge urls (POST method) Sep 15, 2016
@Stiivi Stiivi added this to the 2.0 milestone Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants