-
Notifications
You must be signed in to change notification settings - Fork 37
"Request-URI Too Long" error #4
Copy link
Copy link
Open
Description
After testing my bulk actions, I received this error from Apache:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
Then I noticed every time I was checking items, selecting a bulk action, then clicking "Apply", it was just adding onto to the URL parameters that were already there and using the new ones, so the URL was getting longer and longer every time and eventually reached the maximum length the server would accept. How do I clear the URL parameters every time I want to make another bulk action request?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels