→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
11-21-2022 04:50 PM - last edited on 04-01-2024 03:02 PM by Mercedes_O
Hello I'm trying to create a new ticket using the Ticket API, everything works as expected with small tickets, but when my ticket has more than ~1400 characters the api returns 404 Not Found error.
How can I fix this issue ? Thank you.
Solved! Go to Solution.
11-22-2022 01:44 PM
I found the solution myself.
You have to send all the data in request's payload, POST and GET requests, never send data as query params. Additionally I used header "Content-Type: application/x-www-form-urlencoded".
Do not send
11-22-2022 03:18 PM
Hello there!
Thanks for sharing your solution!
11-22-2022 01:44 PM
I found the solution myself.
You have to send all the data in request's payload, POST and GET requests, never send data as query params. Additionally I used header "Content-Type: application/x-www-form-urlencoded".
Do not send
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now