原文:swagger錯誤:Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body

GetMapping請求的方法請求參數卻寫了個 RequestBody 將 GetMapping改成了 PostMapping 正常 ...

2020-03-16 15:55 0 1577 推薦指數:

查看詳情

今天犯的一個錯誤,導致method GET must not have a request body

事件經過: 1.在本地機器運行完全正常的程序,手動人工發包到測試環境上,后台日志頻頻報method GET must not have a request body。 2.使用postman發送post請求,完全沒有get請求 3.反復審查代碼,整個調用鏈路沒有get請求方式 最終排除 ...

Thu May 11 04:32:00 CST 2017 0 5297
fetch err : "Body not allowed for GET or HEAD requests"

在使用 fetch 的時候 報了 "Body not allowed for GET or HEAD requests" 這個錯。 代碼如下: 一番google , 找到答案了。 1、由於 ‘method’ 拼寫錯誤。 (我可不是因為這個...) 2、 ‘GET’ 請求 ...

Thu Oct 25 21:15:00 CST 2018 0 865
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM