- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-24-2023 01:37 PM - edited 11-25-2023 09:42 AM
Leveraging a "service desk plus" integration. I can take the same request and send it via postman successfully, but XSOAR is choking on it with a URI too large error:
===Server Log====
Command being called is service-desk-plus-request-create
Failed to execute service-desk-plus-request-create command. Error: Error in API call [414] - Request-URI Too Large
===Server Log====
The integration is leverage CommonServerPython/BaseClient/_http_request call -
Question 1: Is there an easy fix for this with configuration option either on the backend or within settings; such as a "LimitRequestLine" option??
Question 2: How would i add debug commands to CommonServerPython?
Thanks in advance -
12-12-2023 09:16 AM
From what you are describing, this looks like an issue with our ManageEngine ServiceDesk Plus integration.
Please open up a support case with our support team and someone will be assisting you with this problem.
Thank you.
12-12-2023 09:16 AM
From what you are describing, this looks like an issue with our ManageEngine ServiceDesk Plus integration.
Please open up a support case with our support team and someone will be assisting you with this problem.
Thank you.
12-12-2023 10:13 AM
It was -
it was sending all the data within the params of the http request.
I had to modify the integration script to use data and break it up
I got it working thanks!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!