이클립스, Spring Starter Project , HTTP response code : 403
Web Tech./Spring Framework 2016. 9. 22. 11:57( New -> Spring -> Spring Starter Project )
1) eclipse 발생 에러 메시지
IO Exception : Server returned HTTP response code : 403 for URL :
http://start.spring.io
2) 검색 결과 답변들
You are getting a HTTP 403 Forbidden from the spring.io HTTP server. I can access your URL and download the archive - maybe you have a restrictive proxy or firewall in your way?
http://stackoverflow.com/questions/33378088/spring-tool-suite-error
3) 의심 증상
이클립스 내장 브라우저에서 접속시에 CAPCHA를 확인하는 페이지로 넘어간다.
아마도 spring.io의 특정 URL을 요청시에 redirect가 발생하면서 정상 처리가 안되는것 같다.
4) 확인 할것
사용중인 IP를 검색하고, blacklist에 등록되어 있는지 여부를 확인
http://whatismyipaddress.com/blacklist-check
'Web Tech. > Spring Framework' 카테고리의 다른 글
Spring Boot 소개 (3) - JPA , MySQL (1) | 2016.09.22 |
---|---|
Spring Boot 소개 (2) - Actuator (0) | 2016.09.22 |
Spring Boot 소개 및 HelloWorld 작성, Jar->War (0) | 2016.09.21 |
Java Spring 4 MVC , Apache Tiles 3 (0) | 2016.09.20 |
Maven, ADD Dependency (pom.xml 종속성 추가하기 ) (0) | 2016.09.19 |