Too large webform url (40000 characters) issue
Posted: Wed Oct 26, 2022 6:02 am
Hello all,
I have a webform url around 40000 characters which I was able to insert in database using mysql query. However its unable to execute because of the following error.
Submitted URI too large!
The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed.
If you think this is a server error, please contact the webmaster.
On stackoverflow, I see this solution.
LimitRequestLine
LimitRequestFieldSize
Please advise..
I have a webform url around 40000 characters which I was able to insert in database using mysql query. However its unable to execute because of the following error.
Submitted URI too large!
The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed.
If you think this is a server error, please contact the webmaster.
On stackoverflow, I see this solution.
LimitRequestLine
LimitRequestFieldSize
Please advise..