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

414 Request-URI Too Large #11

Open
sliterok opened this issue Aug 10, 2020 · 6 comments
Open

414 Request-URI Too Large #11

sliterok opened this issue Aug 10, 2020 · 6 comments

Comments

@sliterok
Copy link

So, i'm doing bitrix.call('crm.product.property.add', query) with a list property which has really large amount of options, and i'm getting 414 error. Is there any way to fix that? Aren't queries supposed to be POST requests?

@ArmorDarks
Copy link
Member

As of right now all get-requests are using HTTP GET method. But yeah, it doesn't work well for Bitrix. It's planned to switch to POST in v3, but there's no ETA yet

@batFormat
Copy link

batFormat commented Nov 14, 2021

@ArmorDarks Please tell me if there are any plans to fix this in the near future?

@mrhyde
Copy link
Member

mrhyde commented Nov 14, 2021

@batFormat I will take a look at it tomorrow and let you know about ETA

@mrhyde
Copy link
Member

mrhyde commented Nov 16, 2021

@batFormat, unfortunately, there is no way to quickly fix this, as it will require changes to typing and batching logic. We are going to discuss a possible rewrite of a crucial part of this project with @ArmorDarks and will post some updates here.

@antnzr
Copy link

antnzr commented Apr 20, 2022

Unfortunately there are no benefits to use this npm package without implementing POST request.

@mrhyde
Copy link
Member

mrhyde commented Apr 23, 2022

@antnzr you are more than welcome to submit a PR with such functionality

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

5 participants