Welcome Guest, Not a member yet? Register   Sign In
XMLRPC complains about malformated code
#3

[eluser]Unknown[/eluser]
Adding the following lines to the app.config to enables the unsafe header parsing.
Code:
<system.net>
    <settings>
      <httpWebRequest useUnsafeHeaderParsing = "true"/>
    </settings>
  </system.net>


Messages In This Thread
XMLRPC complains about malformated code - by El Forum - 01-14-2010, 03:23 AM
XMLRPC complains about malformated code - by El Forum - 01-15-2010, 02:08 AM
XMLRPC complains about malformated code - by El Forum - 01-24-2010, 03:40 AM
XMLRPC complains about malformated code - by El Forum - 01-24-2010, 06:35 AM
XMLRPC complains about malformated code - by El Forum - 01-29-2010, 03:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB