3

I was wondering if it is possible (well anything is possible) to use cURL post to website (simulate a login) then to emulate browser (to allow javascript to process the login) then return html result after said script has run?

Here is a process tree.

cUrl -> login.php -> emulate browser to run javascript -> return html

Rutger Kappers
  • 366
  • 1
  • 3
  • 11

1 Answers1

1

phantomjs.org/index.html did what I needed to do, thanks for the suggestions :)

Rutger Kappers
  • 366
  • 1
  • 3
  • 11