01-20-2021 07:45 PM
Hello,
If I have a triggered task that I’m passing parameters to as key=value pairs in the query string, for example:
https://elastic.snaplogic.com:443/api/1/rest/slsched/feed/.../task/?param1=123¶m2=456
What is the maximum allowed length of that URL?
Thank you!
01-22-2021 12:51 PM
The URL length shouldn’t exceed 2k characters as a common best practice. Checking to see if we restrict it from happening.