問題_http 1.1 405 http method get is not supported by this url

問題描述

創建了一個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

發佈了46 篇原創文章 · 獲贊 19 · 訪問量 9萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章