问题_http 1.1 405 http method get is not supported by this url

来源:互联网 发布:网络电玩城捕鱼上下分 编辑:程序博客网 时间:2024/05/26 12:59

问题描述

创建了一个android app作为服务器,接受其他app的http请求。结果遇到这个问题,debug才发现的

http 1.1 405 http method get is not supported by this url

解决方案

将doGet中的第一行,注掉就ok了
这里写图片描述

参考网址

http://stackoverflow.com/questions/5370633/405-http-method-get-is-not-supported-by-this-url

0 0