defunkt / hurl

Hurl makes HTTP requests.
http://hurl.it
MIT License
531 stars 77 forks source link

Request body XML is not escaped in REQUEST redisplay #38

Open tjchambers opened 13 years ago

tjchambers commented 13 years ago

If I paste XML into the body of a request and make the request, the information is correctly transferred as raw XML, but the display in the REQUEST button does not have the tags escaped, so the xml tags are missing and all I see on the page is the XML content strung together. I would think that means I could end up with my own XSS (although I would be doing that to myself!).