1

I'm trying to crawl an AJAX website with Goutte, and the Symfony Dom Crawler to get some articles for our online shop. I get the error:

Undefined index: HTTP_ACCEPT_LANGUAGE

The address is http://b2b.asicsonline.com/adg/welcome

I can't get the form or log me on the site. Could you tell me what could be the problem?

halfer
  • 19,824
  • 17
  • 99
  • 186
Delly Fofie
  • 304
  • 2
  • 9
  • Can we see the code you have so far? There appear to be three `
    ` elements on the page, but very little renders in a browser without JavaScript. Do you have login credentials for this page? Even with JS it appears to require authorisation.
    – halfer Feb 12 '15 at 10:00
  • Goutte has no js engine, try to use Selenium or casperjs. – gouchaoer Jun 18 '15 at 05:03

0 Answers0