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

Response code 414 (Request-URI Too Large) #58

Open
JulesSoulfly opened this issue Feb 26, 2024 · 3 comments
Open

Response code 414 (Request-URI Too Large) #58

JulesSoulfly opened this issue Feb 26, 2024 · 3 comments

Comments

@JulesSoulfly
Copy link

Good day!

I'm trying to call the list method for deals using select, including about a dozen field names, including custom ones. However, I am encountering the following error.

Using select: ['*', 'UF_'] leads to an undesired inflation of the response to the query, which is highly undesirable.

Any possible solutions?

@mrhyde
Copy link
Member

mrhyde commented Feb 27, 2024

Hello! Currently, the requests are being sent to the API via HTTP GET, which imposes a limit on the number of parameters. I'm afraid using a wildcard selector is the only option.

@JulesSoulfly
Copy link
Author

JulesSoulfly commented Feb 27, 2024

Hello! Currently, the requests are being sent to the API via HTTP GET, which imposes a limit on the number of parameters. I'm afraid using a wildcard selector is the only option.

Thank you for your reply! Perhaps you are planning to make changes and implement a POST request?

@mrhyde
Copy link
Member

mrhyde commented Feb 27, 2024

Not in the foreseeable future.

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

No branches or pull requests

2 participants