Home » Item #1017
My site has recently moved to a Windows 2008 server, but now I find that transactions with Barclays EPDQ fail.
The following server error is generated:
Content type application/x-www-form-urlencoded; Charset=UTF-8 is unsupported - expecting application/x-www-form-urlencoded or text/plain
How can I fix this?
The following change appears to resolve this issue. Changing the value of config setting XMLServerHTTP from "MSXML2.ServerXMLHTTP" to "MSXML2.XMLHTTP".
Thanks to Ian Hogg at Refractiv for help on this.