I'm using the HttpWebRequest
object to make a get call to a site/web service that uses XML/XSLT as its front end. When I view the source in Firefox the XML comes up, but when I make the request in my program the transformed document is returned to me.
As the transformed document is very useless to me, how can I make the request and get the straight XML back?