404 error with custom methods
-
This issue is related to:
http://ww.wp.xz.cn/support/topic/api-throwing-404-with-user-friendly-permalinks?replies=2
I have custom controllers with custom methods. I register them using filters json_api_controllers and json_api_[controller]_controller_path, so I can call my API methods like this:
/api/[controller]/[method]
This will give me a 404 error intermittently, as in it will work for several hundred api calls in a row, but then it will hit a streak of 10 calls or so where the API returns a 404 error.
Has anyone run into a problem like this?
The topic ‘404 error with custom methods’ is closed to new replies.