SEE SOURCE CODE FROM SITES RESPONSE CURL PHP
by - Thursday, January 1, 1970 at 12:00 AM
i recive the output like is site, i want to see the code how can i do it?
Reply
If you mean.. "How to get the website JavaScript source using an http request" then first you have to understand how JavaScript loading works in the browser. What you're most likely requesting is just the html page that contains links to the JavaScript files your browser has to run. In monkey terms: monkey get page with http, look for bananas in page, get the bananas and peel them.
Reply
Also take into account that most Java code is obfuscated...
Reply


 Users viewing this thread: SEE SOURCE CODE FROM SITES RESPONSE CURL PHP: No users currently viewing.