August 28, 2022 at 1:20 PM 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.