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
Post a Comment