Get source of some http url with javascript
Posted
by neon
on Stack Overflow
See other posts from Stack Overflow
or by neon
Published on 2009-04-29T09:41:18Z
Indexed on
2010/05/17
6:40 UTC
Read the original article
Hit count: 254
Please, I have another simple question for experienced programmers.
Is it possible to get source code of any webpage with javascript at client side? With AJAX maybe?
But I need that the server I am downloading the url from does see the IP of the client.. with AJAX it will show my script server IP, right?
Thank you in advance.
© Stack Overflow or respective owner