You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going through the pages and doing bulk actions, the _wp_http_referer gets built up with previously selected ID's, ending up in an occasional final request with the "414 Request-URI Too Long" HTTP error due to the previous range of ID's.
Possible solution: stripping the selected ID's from the parameters with remove_query_arg, but this might also be resolved with stripping _wp_http_referer itself
The text was updated successfully, but these errors were encountered:
xewl
changed the title
Stacking _wp_nonce and _wp_http_referer while paginating
Stacking of previosly selected ID's in _wp_http_referer while paginating/bulk actioning
Jan 9, 2022
xewl
changed the title
Stacking of previosly selected ID's in _wp_http_referer while paginating/bulk actioning
Stacking of previously selected ID's in _wp_http_referer while paginating/bulk actioning
Jan 9, 2022
Going through the pages and doing bulk actions, the
_wp_http_referer
gets built up with previously selected ID's, ending up in an occasional final request with the "414 Request-URI Too Long" HTTP error due to the previous range of ID's.Possible solution: stripping the selected ID's from the parameters with
remove_query_arg
, but this might also be resolved with stripping _wp_http_referer itselfThe text was updated successfully, but these errors were encountered: