Archived from groups: microsoft.public.games.zone (
More info?)
Hi.
Think i found the problem...have not tryed it yet as im at work but, it looks promising..Can someone on MS pz comment ?
"Security tightened when posting data using the ServerXmlHttp object
Security in the implementation of the MSXML 4.0 SP2 ServerXmlHttp object has been enhanced to check the Internet Explorer security policy setting for submitting non-encrypted form data. A security policy setting of "Disable" or "Prompt" for the "Submit nonencrypted form data" option will result in an "Access Denied" error message when attempting to post form data using the ServerXmlHttp object. This is a change that can potentially break existing code that uses earlier versions of the ServerXmlHttp object (such as prior released versions of both MSXML 3.0 and MSXML 4.0) to post form data when the Internet Explorer security policy setting for submitting non-encrypted form data is not enabled.
To configure Internet Explorer security to allow submitting nonencrypted form data for all users on a computer, do the following in Windows 2000 and later:
From the Start menu, click Run, type "mmc" and then press ENTER.
From the File menu, select Add/Remove Snap-In.
In Add/Remove Snap-In, click Add.
In Add Standalone Snap-In, from the list of available snap-ins, scroll to Resultant Set of Policy and select it, and then click Add.
The Resultant Set of Policy Wizard appears.
Complete the Resultant Set of Policy Wizard using the following settings:
For Mode Selection, select Logging mode
For Compute Selection, select this computer.
For User Selection, select Display policy settings for and Current user.
In the Resultant Set of Policy snap-in, expand the treeview in the action pane and browse to Security.
Tip The path in the treeview is as follows:
Console Root
[username] on [machinename] - RSoP
User Configuration
Windows Settings
Internet Explorer Maintenance
Security
In the details pane, select Security Zones and Content Ratings.
From the Action menu, select Properties.
In Security Zones and Content Ratings, select Import the current security zones and privacy settings.
Click View Settings.
In View Settings, modify the settings to enable the "Submit nonencrypted form data" option for the appropriate zone.
The zone for which the setting should be enabled is determined by the zone under which the target URL of the POST operation is classified. For instance, when posting to an Internet URL you will need to enable this option for the Internet zone. "