Question
problem loading xml file with POST on IIS
Hi All,
I am trying to load the xml file with URLLoader, with URLRequest set to use POST method.
The xml file gets loaded fine when I host my application on tomcat. But, on IIS, it gives Error #2032.
When I changed method to GET, it worked with IIS too.
Can anybody please highlight why it is not working with POST on IIS.
Thanks in advance!
