Broken after-search redirect after 3.7.3
on servers with missing $_REQUEST['_wp_http_referer']
#1075
Labels
priority: normal
The issue/PR is normal priority—not many people are affected or there’s a workaround, etc.
type: bug
The issue is a confirmed bug.
Hey there!
After the
3.7.3
release on some servers without$_REQUEST['_wp_http_referer']
this redirect is broken:For example, WPForms users now have this issue:
After searching I got this URL:
https://site.com/wp-admin/admin.php?page=wpforms-tools&s=asdas&_wpnonce=986a40ee25&_wp_http_referer=%2Fwp-admin%2Fadmin.php%3Fpage%3Dwpforms-tools%26view%3Daction-scheduler%26s%3Dwpforms&action=-1&paged=1&action2=-1
And the view changed to the default tab.
It's reproducible for some servers without the
$_REQUEST['_wp_http_referer']
parameter. For example Local by Flywheel. No$_REQUEST['_wp_http_referer']
parameter exists, butHTTP_REFERER
is set.The text was updated successfully, but these errors were encountered: