当我使用我的laravel的角度应用程序进行POST请求时,我得到了一个错误的错误请求400,但是get请求正常工作,我也使用POSTMAN发布请求,它工作正常,下面是我的代码:
$http.get('http://localhost/laravel/datingApp/jobapi/public/api/user/users');
此get请求工作,此post请求无效(data是js对象{'email':'value','password':'value'}):
$http({
ur
哈罗:我的脚都被这一堆东西弄湿了。因此,我使用Angular连接到一个api.js文件,该文件连接到我的mongodb数据库。但是,我得到了以下错误:
ERROR SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse (<anonymous>)
at Response.Body.json (http.es5.js:800)
at MapSubscriber.project (post.service.ts:19)
at MapSubscriber._next (m
我正在使用NUXT-PWA缓存我的数据,但是我有一个依赖于要构建的POST请求的页面,我需要缓存JSON响应,但我得到了以下错误:
Uncaught (in promise) attempt-to-cache-non-get-request: Unable to cache '/api/hotel/order/get-voucher' because it is a 'POST' request and only 'GET' requests can be cached.
我在workbox-range-request.js中使用的代码如下:
w
我是一个新的表达和节点在一起,似乎被卡在一起,似乎是,一个简单的问题。我有一个使用GET的API路由。路由:
app.get('/api/v1/all', getAllWords);
然后在getAllWords回调函数中,我想检查发送的请求是GET还是POST。这是我必须检查请求方法的代码:
function getAllWords(request, response) {
let reply;
if (request.method === 'GET') {
console.log('This was a GET request
我需要帮助与角1.5在一个现有的旧网站(WebForms/Umbraco 4)。
GET works
C#
public class MyController : ApiController
{
[System.Web.Http.HttpGet]
public string Test(int id)
{
return "ok";
}
}
JS
$http.get("/api/My/Test?id=1");
但是POST不起作用
C#
public class MyController : ApiController
我试图向我的koa应用程序发送带有一些参数的Ajax POST请求,但每次执行该请求时,我都会从koa解析器中得到这个奇怪的错误:
错误:无效的JSON,只支持在解析(/home/denis/WEB/nodejs/kinfs/node_modules/co-body/lib/json.js:55:13) at /home/denis/WEB/nodejs/kinfs/node_modules/co-body/lib/json.js:41:16 at process._tickCallback (process._tickCallback/process/next_tick.js:103:7)
我想哭,我真的很想哭。我已经有这个问题3天了。我在aws lambda中有一个POST API,当我在aws lambda或cli中测试它时,它工作得很好。但是当API从我的客户机调用时就不会了。我得到以下错误POST https://sdigg5u4xb.execute-api.eu-west-1.amazonaws.com/prod/sites 403和Uncaught (in promise) Error: Request failed with status code 403 at createError (createError.js:17) at settle (s