how to fetch a url with javascript/jquery?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-03-21T01:53:54Z
Indexed on
2010/03/21
2:01 UTC
Read the original article
Hit count: 443
i need to fetch a url with javascript/jquery and not php.
i've read that you could do that if you got a php proxy, but that means that it is still going through php. cause then it's still the ip of the server that is fetching it.
could one fetch the url entirely with only front-end, and thus fetch it with the client's ip?
© Stack Overflow or respective owner