728x90
반응형
Http URL Connection 405에러는
보통 클라이언트가 서버가 요청하지 않는 메서드를 사용하였을 때 발생한다.
대부분 POST ⇄ GET 을 변경해주면 해결이 된다.
구글링을 하면서 찾은 다른 예들을 첨부해두자.
➡️ HTTP 활성화 하기
https://hello-nanam.tistory.com/272
405 method not allowed 해결방법 ( HTTP 활성화 )
405 method not allowed 해결방법 Windows Server 2008 R2 Standard 서버를 사용하다가 서버 EOS 가 되면서 Windows Server 2016 Standard 버전을 사용하게 되었다. 내부 시스템을 전환하기 위해서 소스와 서..
hello-nanam.tistory.com
➡️ 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 |