腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
错误
:
不支持
请求
方法
'
GET
‘
、
、
、
、
下面是我得到的
错误
(白色标签页面
错误
): There was an unexpected error (type=Method Not Allowed, status=405).Request method '
GET
' not supported User u
浏览 197
提问于2021-01-17
得票数 0
回答已采纳
1
回答
请求
不支持
http
方法
“
GET
”
错误
、
、
我收到关于我的WebApi控制器
请求
的下一条消息:[HttpGet]public EntityDTO
Get
(long entityId) } 正如您所看到的,它已经成为AcceptV
浏览 1
提问于2014-04-09
得票数 2
回答已采纳
1
回答
不支持
请求
方法
'
GET
‘
、
、
试图从控制器
方法
重定向到另一个控制器,面临以下
错误
org.springframework.web.HttpRequestMethodNotSupportedException:
请求
方法
“
GET
”
不支持
控制器1中有submitForm
方法
,一旦调用submit
方法
,它就应该调用控制器2。
浏览 3
提问于2016-11-11
得票数 0
1
回答
请求
方法
“
GET
”在更改@
GET
到Delete
方法
后
不支持
错误
、
、
、
、
还可以删除工作时没有问题的主题GetMapping
方法
。不幸的是,我接到命令将GetMapping更改为Delete,在更改后内容的应用出现了
错误
:“出现了意外
错误
(type = Method不允许,status = 405)。
请求
方法
'
GET
‘
不支持
’,我在互联网上查看了解决这个问题的
方法
,但是在检查了各种选项之后,它仍然是相同的
错误
。我在这个主题上也没有足够的经验,因此很多给我的说明都不清楚。所以请帮助我。”
浏览 2
提问于2017-02-26
得票数 2
回答已采纳
1
回答
18+)
错误
:
不支持
405
请求
方法
'
GET
‘
、
、
我在我的代码中找不到任何
错误
。我认为
请求
(“->:/”redirect GetMapping("/"))应该可以工作。 这是我的控制器,
GET
请求
从这里开始。
浏览 12
提问于2021-08-07
得票数 0
3
回答
警告:
不支持
请求
方法
'
GET
‘
、
、
、
"action", $('.save').attr("href")); });在我的Controller类中,我编写了
方法
model.addAttribute("NAME", userForm);}WARNING: Request method '
GET
浏览 7
提问于2013-04-19
得票数 3
回答已采纳
3
回答
PageNotFound -
不支持
请求
方法
'
GET
‘
、
、
、
、
在VM中托管了我的spring应用程序后,我从postman那里调用API时遇到了这个
错误
。在本地,它是有效的。但是我的虚拟机中的
Get
方法
是有效的。http-nio-8081-exec-4 PageNotFound -
请求
方法
'
GET
‘不受支持@RestControllerprivate String createOrder(@Re
浏览 0
提问于2020-04-30
得票数 0
4
回答
请求
方法
“
GET
”
不支持
Spring
、
、
、
、
();"> </a> @RequestMapping(value = SAVE_VIEW, method = RequestMethod.POST) pub
浏览 6
提问于2013-09-19
得票数 5
回答已采纳
2
回答
不支持
Spring
请求
方法
'
GET
‘
、
、
、
、
警告3748 - nio-9000-exec-2 o.s.web.servlet.PageNotFound :
不支持
请求
方法
'
GET
‘ @RequestMapping(value="/rest/greetMe", method= RequestMethod.
GET
浏览 5
提问于2016-04-08
得票数 6
回答已采纳
1
回答
Spring :
不支持
请求
方法
'
GET
‘
、
、
、
我正在尝试创建一个Spring程序,但是当我试图为我的一个元素调用
GET
方法
时,我遇到了以下
错误
这是我的控制器代码:@RequestMapping("/company/flight") public class FlightController他们中的大多数我看到他们在处理
浏览 1
提问于2017-05-21
得票数 0
回答已采纳
2
回答
方法
不支持
请求
体:
GET
、
urlConnection.setDoOutput(true); urlConnection.setRequestMethod("
GET
"); byte [] buf=("key1=" + params[0] + "&
浏览 0
提问于2016-03-04
得票数 5
1
回答
不支持
SpringMVC
请求
方法
“
GET
”?
这是一个非常简单的代码,我正在着手使用Spring,我已经尝试了各种
方法
来解决这个问题,但是我做不到。org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver handleHttpRequestMethodNotSupportedpublic class LoginController { @RequestMapping(value = "/
浏览 3
提问于2014-09-02
得票数 0
2
回答
不支持
Spring
请求
方法
“
GET
”
、
、
、
、
我不确定我是否在使用最好的
方法
,我敢打赌,为了达到这个目标,我肯定会有很大的进步。") String
get
_Business_ID){ List<Business> selectedBusiness = businessService.getBusinessByBusinessID(
get
_Business_ID); System.out.println("business selected=
浏览 5
提问于2017-12-12
得票数 2
回答已采纳
1
回答
不支持
Spring
请求
方法
“
GET
”
、
、
我正在尝试实现Rest,代码看起来是正确和简单的,但是我得到了这个
错误
,我无法解决问题。 日志输出以下内容。2017-10-10 14:49:40.946警告5750 - nio-8080-exec-4 o.s.web.servlet.PageNotFound :
不支持
请求
方法
'
GET
‘ @RequestMapping(value = "/allRep
浏览 4
提问于2017-10-10
得票数 2
回答已采纳
2
回答
Facebook“
不支持
get
请求
”
错误
、
pages_show_list, pages_read_engagement, pages_manage_posts, public_profileFB.api( "/me", {fields: 'name'}, console.log("Here: ",
get
_fb_info_respon
浏览 6
提问于2022-06-28
得票数 0
回答已采纳
1
回答
“Message”:“
请求
的资源
不支持
http
方法
‘
GET
’”。
错误
、
Username=kay001&Password=kay501&BillingFeedID=KF1 但是SalesController中的POST
方法
是有效的。
浏览 1
提问于2017-07-11
得票数 1
2
回答
如何处理“
不支持
请求
方法
'
GET
‘”的
错误
、
控制器
方法
:public StringcommentService.deleteComment(deletedComment);} 如果我在处理列表视图(并且我看到了整个列表),我需要指定'
Get
‘
方法
吗?
浏览 2
提问于2012-08-31
得票数 0
2
回答
Spring表单-
请求
方法
“
GET
”
不支持
、
、
当我得到URL "“时,为什么要得到”
请求
方法
'
get
‘
不支持
“?SessionAttributes </tr></form:for
浏览 8
提问于2015-04-25
得票数 0
回答已采纳
1
回答
方法
不支持
请求
体:
GET
/POST
、
、
、
、
无法向服务器发送
GET
或POST回复
请求
,获取以下
错误
java.net.ProtocolException: method does not support a request body:
GET
/POST
浏览 2
提问于2016-01-06
得票数 2
回答已采纳
1
回答
不支持
获取
请求
方法
'
GET
‘- Python
、
、
因此,我一直试图使用以下端点
请求
API:http://viatorapi.viator.com/service/search/products?destId=684&apiKey=98765687*****import requests print(res
浏览 0
提问于2019-08-02
得票数 1
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券