407 Proxy Authentication Required for https://www.youtube.com/ | Community
Skip to main content
varuns46785756
Level 5
March 2, 2017
Solved

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

  • March 2, 2017
  • 1 reply
  • 1658 views

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)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Please have a look at this forum post:

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__3qqx-am_trying_toconsume.html

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

~kautuk   

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
March 3, 2017

Please have a look at this forum post:

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__3qqx-am_trying_toconsume.html

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

~kautuk   

Kautuk Sahni