我有一个Ajax请求的bug,但它可以在Firefox上运行。您可以单击进行测试here
对于Edge/Chrome,我得到了400个错误。
在Edge中,我遇到了以下错误:
HTTP400:请求不正确-由于语法无效,服务器无法处理该请求。
我的请求可能有什么问题?
请求:https://www.passerellepouremploi.com/wp-admin/admin-ajax.php?action=getH4ACustomPostTypeByAjax&data%5Bh4a-list-post-status%5D=false&data%5Bh4a-list-view-mode%5D=card&data%5Bh4a-list-post-type%5D=formation&data%5Bh4a-list-spec-cat%5D=false&data%5Bh4a-list-cat%5D=false&data%5Bh4a-list-order%5D=false&data%5Bh4a-list-orderby%5D=false&data%5Bh4a-list-meta-key%5D=false&data%5Bh4a-posts-per-page%5D=false&data%5Bh4a-list-pagination%5D=false&is_count=true
为什么它适用于Firefox而不适用于其他浏览器?