414 Request-URI Too Long error
-
I saw that another user had this problem and you suggested decreasing the number of media items shown per page in WordPress.
However, in my case this makes organizing media extremely tedious. I have to organize over 1500 media files into folders. If I can only view 10 or 20 media files at a time, it will take days to organize them all into folders.
I read in this thread (https://stackoverflow.com/questions/2891574/how-do-i-resolve-a-http-414-request-uri-too-long-error) that it is possible to write code differently so that this error does not appear:
However, note that if you’re actually running into this limit, you are probably abusing GET to begin with. You should use POST to transmit this sort of data
Could you implement this into your plugin, so that the 414 does not occur, even with a large number of media files?
- The topic ‘414 Request-URI Too Long error’ is closed to new replies.