Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何公开用于背包的 CRUD 控制器的 api 端点,以便我可以重用控制器中的操作而无需编写新的代码,同时添加必要的 api 功能,如 JSON、身份验证模式
看起来背包路由的工作方式类似于 XHR 请求的 API 端点,因此添加HTTP_X-Requested-With带有值的标头XMLHttpRequest会导致背包返回 JSON
HTTP_X-Requested-With
XMLHttpRequest