2017-01-05 3 views
1

:JSoup HTTP 오류 페치 URL. 상태 = 내가 <a href="https://www.notebooksbilliger.de/" rel="nofollow noreferrer">https://www.notebooksbilliger.de/</a>에 있지만, 코드가 작동하지 않는 다음과 같이 연결 싶습니다 405

try 
    { 
     Response response = Jsoup.connect(url) 
       .userAgent("Mozilla") 
       .ignoreContentType(true) 
       .execute(); 
     System.out.println(response.url()); 
     doc = response.parse(); 
    } 
    catch (IOException e) 
    { 
     // TODO Auto-generated catch block 
     e.printStackTrace(); 
    } 

을 내가 상태 (405)을받을 이유는 무엇입니까? 어떻게이 문제를 해결할 수 있을까요?

많은 감사 ..

세바스찬

답변

2

문제 "모질라"에서

변경된 사용자 에이전트 해결을 "모질라/5.0 (윈도우 NT 10.0; WOW64; RV : 50.0)"