ariya / phantomjs

Scriptable Headless Browser
http://phantomjs.org
BSD 3-Clause "New" or "Revised" License
29.46k stars 5.76k forks source link

Why Phantom Can't Open this URL https://www.govt.nz #15168

Closed salimk closed 4 years ago

salimk commented 7 years ago
  1. Which version of PhantomJS are you using? Tip: run phantomjs --version. V 2.1
  2. What steps will reproduce the problem? Phantoms fail to open this URL var page = require('webpage').create(); page.open('https://www.govt.nz', function(status) { console.log("Status: " + status); if(status === "success") { page.render('example.png'); } phantom.exit(); });
  3. Did you use binary PhantomJS or did you compile it from source? Binary
  4. Please provide any additional information below. We try to load this kind of URL with javascript rendering (a sort content delivery technics used in government websites) The actual GET request result,

    \r\n\r\n\r\n\r\n\r\n\r\n\r\n
stale[bot] commented 4 years ago

Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!