开发者

http method GET is not supported by URL

开发者 https://www.devze.com 2023-02-26 13:54 出处:网络
I run the servlet ,at the time of running it shows error 405 http method Get is not supported but ager refreshing changes is occured which is required in servlet.Why this is happening?

I run the servlet ,at the time of running it shows error 405 http method Get is not supported but ager refreshing changes is occured which is required in servlet.Why this is happening?

开发者_运维技巧Please Help me. Thanks


Perhaps you have put method ='post' and are doing a post request while trying to handle that using doGet ? . Ty remoing the method=post or override the dpPost method . If this is not the issue, please post your code.

0

精彩评论

暂无评论...
验证码 换一张
取 消