I have a website running IIS on Windows 7. Every time a web page requests an XML file, I get 400 Bad Request (diagnosed through firebug). If I request the XML file directly by entering it into my browser, it will work.
This happens not only for file extensions .xml, but also .xsl; both of which contain XML data.
Chris source
share