Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Ajax
|
Ajax the combination of XHTML, CSS, DOM, XML, XSLT, XMLHttpRequest, and JavaScript
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Ajax section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 28th, 2008, 12:57 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default Oage accessing information not under control

I am seeing a dialog box containing this message when calling an url outside the current project using HTTPRequest:

This page is accessing information that is not under its control. This poses a security risk. Do you want to continue?

Is there any way to suppress this message when the call is made?

I know there's some IE setting that causes this, but asking our 60K+ users to change an IE setting is not realistic nor practical. So, can I somehow tell my site when to trust other sites? Is there something I could add to the service site that would make it trustworthy to the calling page/browser? I need a fix that can be applied in a single location rather than on every workstation.

TIA...
 
Old March 28th, 2008, 01:01 PM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

The only thing I know is to implement a server-side proxy that receives the call from the client, fetches the information from the outside domain and passes it back to the client.

--

Joe (Microsoft MVP - XML)
 
Old March 28th, 2008, 01:04 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

Can you point me to a site with an example of what you suggest?
 
Old March 28th, 2008, 01:14 PM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Just try "server side proxy" in Google, http://dotnetslackers.com/columns/aj...SPNETAJAX.aspx, for example.

--

Joe (Microsoft MVP - XML)





Similar Threads
Thread Thread Starter Forum Replies Last Post
accessing sms information abhi2086 C# 3 September 3rd, 2008 09:25 AM
Geting table information from a control toddw607 Access 2 March 1st, 2007 08:24 AM
Get Information about ObjectDataSource control deokule2003 Visual Studio 2005 0 March 7th, 2006 07:26 AM
accessing information from a db darkhalf PHP Databases 1 March 12th, 2004 04:22 PM
Coloring Information in Richtextbox Control bmains Pro VB.NET 2002/2003 0 August 13th, 2003 03:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.