Forum Discussion
zamroni777
May 02, 2024Nacreous
you can make irules that split request uri to array using "&" character as splitter then use the array length as condition.
anyway, it's better to use post body rather than uri parameters for such large request data.