'414 Request URI Too Long' Error for Email Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2023 11:18 AM
Question:
I have an email script that displays records for CI groups managed by specific individuals. It filters records to show only those created in the last two weeks. The issue is that some users encounter a '414 Request URI Too Long' error when clicking the link. How can I address this error within the context of fetching records for CI groups managed by specific individuals while maintaining the two-week filter for records? I appreciate any guidance or solutions to make this work smoothly for all users. Thank you!
Or if you not understand above question then read below one
Hi All, The issue is with an email script link that I have. This link shows different data based on a parameter called "event.parm1." For some users who have a small amount of data, this link works fine. However, for other users who have a lot of data, they encounter an error message that says "414 Request URI Too Long." I'm looking for a solution to resolve this error and make the link work for all users, regardless of the amount of data they have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2023 03:00 PM
Sounds like your link is build with a query like "class is X or class is Y or class is B... and so on.
Can't you just create a query like "group.manager is (dynamic) me" and use it in the link to simplify it?