-
javascript proxy
is it possible to proxy a site through another site using javascript?
-
-
no(well, not the the "normal" kind of javascript)
-
-
i need it for getting past the school "block" with my site
-
-
The answer is still no. You need a server side language to something like that.
-
-
Javascript isn't server side.
Proxies load data through the server then send to you from that server.
That way, you aren't loading content from the "bad" site, but from the "ok" server.
Javascript, since it's clientside, will always be accessing the content directly, which is blocked.
Using AJAX, you CAN load content from outside sources (though I believe there are some (total?) restriction on files from different domains), but this still wouldn't work if you can't access the server you want.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
First of all, Javascript can be serverside. Second, it is impossible to access another domain with just AJAX.
-
-
so it is impossible end of story right?
Last edited by lainlives; 10-27-2006 at 04:23 PM.
-
-
Yes
On another note, has anyone noticed there is a five character limit? It wouldn't let me just post "Yes"
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks