Spring MVC Post請求返回403錯誤,Get請求卻正常?

困惑:很奇怪,明明在方法上面配置了RequestMethod.POST,POST表單提交卻返回403狀態碼,但是使用GET方式卻沒問題啊!!!html @RequestMapping(value="***", method = { RequestMethod.POST }) public ModelAndView edit() { ModelAndView model = new Model
相關文章
相關標籤/搜索