Ajax server bounds.

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Ajax server bounds.

Post by JellyFish »

Does Ajax(javascript XMLHttpRequest Object) have any bounds when it comes to accessing a php file from another server(third-partied)?
garry27
Forum Commoner
Posts: 90
Joined: Sat Oct 14, 2006 1:50 pm

Post by garry27 »

what do you mean? you're bound by what the server sends back to you.
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post by JellyFish »

Oh, sorry for my lack of description. What I mean is, is it allowed to access files outside of the server, the XMLHttp-- Object that is? Or is it only allowed to open a file on the server that the request is being made on?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Didn't you ask this question already JellyFish?

viewtopic.php?t=62591
Post Reply