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

WARN HttpParser - URI is too large >8192 #10

Open
alg0s opened this issue Aug 30, 2020 · 3 comments
Open

WARN HttpParser - URI is too large >8192 #10

alg0s opened this issue Aug 30, 2020 · 3 comments

Comments

@alg0s
Copy link

alg0s commented Aug 30, 2020

The server doesn't serve big text and constantly returns this message: WARN HttpParser - URI is too large >8192

@alg0s
Copy link
Author

alg0s commented Sep 15, 2020

@dnanhkhoa could you please fix the server to switch from Query Parameter to POST payload? The current implementation cannot handle a long query parameter, hence this error happens.

@dnanhkhoa
Copy link
Owner

Hi @alg0s , thank you very much for raising this issue,

Unfortunately I cannot sit on this problem this time. I will try to look into it.

@anh
Copy link

anh commented Jan 27, 2022

@dnanhkhoa could you please fix the server to switch from Query Parameter to POST payload? The current implementation cannot handle a long query parameter, hence this error happens.

hi, I wrote R wrapper for this and it can handle long text. You can also run it as docker service and use any clients you want:

https://github.com/vega-ai/vietr

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

3 participants