I have a PHP file which gets the source code of the URL given with get method:
e.g.: process.php?url=http://www.website.com/page
And it automatically outputs the source code.
When I try to access the script directly it actually works.
But when I try it with jQuery Ajax, it skips the cURL...