Expand my Community achievements bar.

SOLVED

407 Proxy Authentication Required for https://www.youtube.com/

Avatar

Level 5

Hi,

I am using crawler to fetch the data from one of the job website and fetching information from each job link and creating pages in AEM  ,its working fine but if anyone page have any youtue , in that case I am getting exception and not able to create page in AEM.I am using htmlunit.Please suggest.

Exception:

com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 407 Proxy Authentication Required for https://www.youtube.com/embed/mDFks9QxNvA

at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:571)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:396)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:304)
    at com.gargoylesoftware.htmlunit.html.BaseFrameElement.loadInnerPageIfPossible(BaseFrameElement.java:184)
    at com.gargoylesoftware.htmlunit.html.BaseFrameElement.loadInnerPage(BaseFrameElement.java:122)
    at com.gargoylesoftware.htmlunit.html.HtmlPage.loadFrames(HtmlPage.java:1818)
    at com.gargoylesoftware.htmlunit.html.HtmlPage.initialize(HtmlPage.java:226)
    at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:519)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:386)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:304)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:451)
    at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:436)

1 Accepted Solution

Avatar

Correct answer by
Administrator

Please have a look at this forum post:

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// Here user had similar problem, see if this works for you.

~kautuk   



Kautuk Sahni

View solution in original post

1 Reply

Avatar

Correct answer by
Administrator

Please have a look at this forum post:

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// Here user had similar problem, see if this works for you.

~kautuk   



Kautuk Sahni