javascript - How to get an HTML source page using an HTTP GET request -


i need html source website: http://nextbyteindustries.com

it's redirect domain: http://5linx.com

is there anyway send request website , html source of redirected website?

if no, anyway - if sent request page example: "http://5linx.com" - how html source while not redirecting?

through ajax cant it. in other way can it

there linux command named curl. can

curl http://5linx.com

or wget


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -