Is it feasible to obtain the source code of a webpage using JavaScript on the client side? Perhaps with AJAX?
However, can I ensure that the server from which I am downloading the URL sees the client's IP address? Using AJAX could potentially reveal my script server's IP address, correct?
Thank you in advance.