728x90
반응형
Http URL Connection 405에러는
보통 클라이언트가 서버가 요청하지 않는 메서드를 사용하였을 때 발생한다.
대부분 POST ⇄ GET 을 변경해주면 해결이 된다.
구글링을 하면서 찾은 다른 예들을 첨부해두자.
➡️ HTTP 활성화 하기
https://hello-nanam.tistory.com/272
➡️ urlConn.setDoOutput(true); 로 설정되어있을 때
728x90
반응형
'Error' 카테고리의 다른 글
[ Error] typeerror: cannot read properties of undefined (reading '') (0) | 2022.05.18 |
---|---|
[Error] post /get 에러 (0) | 2022.05.02 |
[Error]Could not resolve type alias 'boardResultMap'. Cause: java.lang.ClassNotFoundException: Cannot find class: boardResultMap (0) | 2022.02.22 |
[Spring] RedirectAttributes / Model (0) | 2022.02.04 |
[HTML]<b>태그 (0) | 2022.01.31 |