Laravel 5.2
**不知道是啥原因 每次请求编辑的时候只要一加上 _method:put 就会 报错 **
不带_method就可以正常请求 :求大佬相助
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
laravel 用 put 方法请求的时候 报错 Your browser sent a request that this server could not understand
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
2条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
於黾 2021-09-07 15:15关注put是个啥,不是只有get和post吗,所以服务器会告诉你看不懂你的请求啊
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报
微信扫一扫点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2021-04-26 15:37王的机器的博客 我们使用了带有OAuth 1.0 的car2go Rest-...curl POST现在,所有请求都失败,并显示以下错误:400 Bad RequestYour browser sent a request that this server could not understand.Error code: 53Parser Error: [Co...
- 2020-11-28 22:40weixin_39694174的博客 I am trying to upload a file to a server using curl and python flask. Below I have the code of how I have implemented it. Any ideas on what I am doing wrong.curl -i -X PUT -F name=Test -F filedata=@So...
- 2015-10-16 22:57Yixiaoerguodehuoyan的博客 Interview Questions for QA...These questions and answers are totally based on the interview I attended during my 6 years of working experience as a QA Tester. In some section
- 2018-03-15 19:03onemorepoint的博客 d 'task=jimi' -X PUT { "message": "The browser (or proxy) sent a request that this server could not understand." #server无法理解请求 } 多种类型的返回值 api_mulout.py from flask import Flask, ...
- 2020-11-30 05:14weixin_39722946的博客 curl http://127.0.0.1:5000/todo1 -d'task=jimi' -X PUT { "message":"The browser (or proxy) sent a request that this server could not understand." #server无法理解请求 } 多种类型的返回值 api_mulout.py ...
- 2023-12-19 14:18夏天|여름이다的博客 遇到的错误及解决 【P1】flask request未获取到请求参数问题 werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand....
- 2020-08-09 08:23cumi7754的博客 使用fetch封装请求In this guide, I’ll show you how to use the Fetch API (ES6+) to perform HTTP requests to an REST API with some practical examples you’ll most likely encounter. 在本指南中,我将向您...
- 2021-03-30 11:20pp25210的博客 过去,IBM WebSphere Application Server具有严格的身份验证模型,使其难以支持复杂或异常的需求。 最近,通过基于Java身份验证和授权服务(JAAS)的新的,高度可定制的身份验证框架解决了这种情况,该框架扩展了...
- 2018-04-24 22:19liangleia的博客 1 http://www.zentao.net/ 选择开源版进行下载.2 下载apache2.4 将文件解压到D盘apache24下.httpd.conf如下## This is the main Apache HTTP server configuration file. It contains the# configuration directives...
- 2020-05-03 13:29xfxf996的博客 I have this code: 我有以下代码: <script type="text/javascript"> var foo = 'bar'; <?php
- 2020-09-13 18:13cumohuo9136的博客 常见前端bug及其修复方法While WordPress is really easy to use, there are some common WordPress errors that can make you panic. The good thing is that the WordPress error you are seeing on your site is ...
- 2020-08-28 20:36culi3182的博客 feel.aiIn this tutorial we’ll be looking into Api.ai, an API that lets us build apps which understand natural language, much like Siri. It can accept either text or speech as input, which it then...
- 2020-09-16 12:40paradox_1_0的博客 Web Real-Time Communication (abbreviated as WebRTC) is a recent trend in web application technology, which promises the ability to enable real-time communication in the browser without the need for ...
- 2022-05-05 14:51hrj199036的博客 It’s important you understand the implications before adding the headers, since you could be unintentionally opening up your site’s private data to others. Some good resources to read on the ...
- 2020-08-30 15:35culh2177的博客 Before we discuss the WP REST API, it’s important to understand some terminology and background information. The acronym API stands for Application Programming Interface. An API is a progr...
- 没有解决我的问题, 去提问