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?
After testing my bulk actions, I received this error from Apache:
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?