|
|
 |
Re: FN-FORUM: xmlhttp.open("GET", "http://..........
date posted 4th May 2006 19:36
[EMAIL REMOVED] wrote:
>
>
> I want to call a page on a different server and different domain but I
> think I have had it. I am getting permissions failure on
>
> xmlhttp.open("GET", "http://..........
>
>
> I gather that you can't use http:// because of security or does anyone know
> a way round it? It fails in IE and Firefox
>
>
yeah, it fails because of built in security restrictions - you cannot
access another domain - foey!
This basically means you'll need to call some sort of proxy instead of
the remote URL direct - whether that be via a server side script or
Apache proxying (for example)
Plenty of articles on The Hinterweb
e.g.
http://developer.yahoo.com/javascript/howto-proxy.html
hope that helps
Joel
|
 |
|