jQuery Ajax returning 404 Error, but correct Response

后端 未结 6 1540
既然无缘
既然无缘 2020-12-01 18:07

I\'m posting some data to a PHP script via jQuery AJAX, and everything executes correctly, but it returns a 404 error. In my Firebug console the response from the PHP scrip

6条回答
  •  隐瞒了意图╮
    2020-12-01 18:28

    Overall there aren't a ton of places where WordPress will return a 404. I recommending grepping the source tree for those places and placing some debug code to trace why it's happening.

提交回复
热议问题