I need to get the HTML source of pinnaclesports.com. The problem is it detects whether cookies and JS are enabled and if not, it just returns some page saying
This site requires JavaScript and Cookies to be enabled. Please change your browser settings or upgrade your browser.
Is there any way how to spoof JS support when using cURL?
EDIT: I can use a headless browser that runs either as a Perl/Ruby module or is written in PHP
Other sugestion is set the user agent, this solution works for me on parser of the Google Groups:
curl -L -v "https://groups.google.com/d/forum/<GROUP-NAME>" -A "Mozilla/5.0 (compatible; MSIE 7.01; Windows NT 5.0)"