-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
As of right now all get-requests are using HTTP |
@ArmorDarks Please tell me if there are any plans to fix this in the near future? |
@batFormat I will take a look at it tomorrow and let you know about ETA |
@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. |
Unfortunately there are no benefits to use this npm package without implementing POST request. |
@antnzr you are more than welcome to submit a PR with such functionality |
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?The text was updated successfully, but these errors were encountered: