Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacking of previously selected ID's in _wp_http_referer while paginating/bulk actioning #3

Open
xewl opened this issue Jan 9, 2022 · 0 comments

Comments

@xewl
Copy link

xewl commented 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 itself

@xewl 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant