You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a long-standing issue with how we handle the requests to the Bitrix API. We are using GET requests and sending base64 encoded string will trigger 414 HTTP error. I will have to investigate if there anything we can do without changing too much code to make this work
I'm trying to add an image to a custom field when I create a deal, but I've been receiving the same HTTPError.
I'm trying to execute the code below:
The full error is:
What can I do to solve this?
The text was updated successfully, but these errors were encountered: