AJAX Application Update

I was looking at how Microsofts” Start.com (www.start.com/myw3b) pulls in data from web feeds that are not on there own servers and it seems that they have a script that forwards on the request to the remote server and passes it back as their own. Essentially the request is tunneled through their systmen and passed back to the client.This is done so because browsers such as Firefox and Internet Explorer (in certain configurations) will not allow a website to get data from another domain.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>I was looking at how Microsofts" Start.com (<a href="http://www.start.com/myw3b" rel="tag"><a href="http://www.start.com/myw3b">www.start.com/myw3b</a></a>) pulls in data from web feeds that are not on there own servers and it seems that they have a script that forwards on the request to the remote server and passes it back as their own. <p />Essentially the request is tunneled through their systmen and passed back to the client.<p />This is done so because browsers such as Firefox and Internet Explorer (in certain configurations) will not allow a website to get data from another domain. Which, for security reasons makes sense I suppose.<p />It therefore seems that for my AJAX Application I will have to take the hit of the added bandwidth for the data that will returned from Yahoo and Technorati.<p />I don"t think I can perform a Redirect on the XMLHttpRequest, as that will probably cause many more problems.<p /></p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2005-08-10T00:00:00+00:00) AJAX Application Update. Retrieved from https://www.scien.cx/2005/08/10/ajax-application-update/

MLA
" » AJAX Application Update." Paul Kinlan | Sciencx - Wednesday August 10, 2005, https://www.scien.cx/2005/08/10/ajax-application-update/
HARVARD
Paul Kinlan | Sciencx Wednesday August 10, 2005 » AJAX Application Update., viewed ,<https://www.scien.cx/2005/08/10/ajax-application-update/>
VANCOUVER
Paul Kinlan | Sciencx - » AJAX Application Update. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2005/08/10/ajax-application-update/
CHICAGO
" » AJAX Application Update." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2005/08/10/ajax-application-update/
IEEE
" » AJAX Application Update." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2005/08/10/ajax-application-update/. [Accessed: ]
rf:citation
» AJAX Application Update | Paul Kinlan | Sciencx | https://www.scien.cx/2005/08/10/ajax-application-update/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.