gpt4 book ai didi

java - Spring MVC : How to set body parameter in request browser and how to get this body parameters in controller in Spring MVC?

转载 作者:行者123 更新时间:2023-11-30 08:09:40 25 4
gpt4 key购买 nike

我跟踪了可能的链接,发现我需要使用 @Requestbody 注释,并且需要在 header 中设置 Content-Type=application/x-www-form-urlencoded@RequestMapping 注释下。但我没有找到任何示例,例如如何在浏览器中设置这些主体参数并进入 Controller

@RequestMapping(value = "/login", headers="application/x-www-form-urlencoded" , method = RequestMethod.GET)
public void login(HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServiceException {
// I need username and password body parameters value in controller
}

最佳答案

您在浏览器中需要类似 Postman 客户端的东西。

您可以从 here 安装它。安装后可以引用this question的回答了解如何使用它。

关于java - Spring MVC : How to set body parameter in request browser and how to get this body parameters in controller in Spring MVC?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30572211/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com