Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


XMLHTTP Access is deined

From: "Tim Greenfield" <timg@------.--------.--->
To: NULL
Date: 6/3/2005 12:10:00 PM
If on a machine with the IE security setting "Submit nonencrypted form data" 
set to prompt, when I run the following code...

Dim HTTPObj As New XMLHTTP40
HTTPObj.open "POST", "http://www.something.com/test.asp", False
HTTPObj.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
HTTPObj.send "MyData=" & SomeBigString

The user is prompted: "When you send information to the Internet, it might 
be possible for others to see that information. Do you want to continue?"

If they say no, I get an "Access is denied" error on my call to .send()

Unfortunately, I need to call this code over and over again so I don't want 
to ask the user everytime. In fact, I've already got user approval to be 
sending this data in my own dialog. So, the question is: how do I supress 
this dialog?

Changing the method to "GET", dropping the request header, and including the 
data in the querystring gets rid of the prompt but gives me a different 
error because it's trying to send too much data.

I've also tried changing my URL to a valid HTTPS site hoping that this would 
render the prompt unneccessary (since the data would then be encrypted when 
sent). Unfortunately, that had no affect.

I could also find the registry key for this setting, back it up, alter it as 
if the user chose to enable sending unencrypted data over the web, send my 
data and restore the registry key. I was hoping for a cleaner solution than 
temporarily messing with the user's settings.

Any other suggestions or ideas!? 




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent