POST /redmine/users.xml HTTP/1.1
User-Agent: Fiddler
Host: ec2-54-205-110-71.compute-1.amazonaws.com
X-Redmine-API-Key: 9f76bc9447e1ff385302809e041b2490aa9b9048
Content-Length: 257

<?xml version="1.0" encoding="ISO-8859-1" ?>
<user>
  <login>jplang</login>
  <firstname>Jean-Philippe</firstname>
  <lastname>Lang</lastname>
  <password>secret</password>
  <mail>jp_lang@yahoo.fr</mail>
  <auth_source_id>2</auth_source_id>
</user>
HTTP/1.1 500 Internal Server Error
Date: Wed, 23 Oct 2013 18:54:30 GMT
Server: Apache
X-Request-Id: 15052b924ad5e23ba7528bcc1ad2019c
X-Runtime: 0.007612
X-Rack-Cache: invalidate, pass
X-Powered-By: Phusion Passenger 4.0.17
Content-Length: 674
Status: 500 Internal Server Error
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<title>Redmine 500 error</title>
<style>
body{
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
color:#303030;
margin:10px;
}
h1{
font-size:1.5em;
}
p{
font-size:0.8em;
}
</style>
<body>
  <h1>Internal error</h1>
  <p>An error occurred on the page you were trying to access.<br />
  If you continue to experience problems please contact your Redmine administrator for assistance.</p>
  <p>If you are the Redmine administrator, check your log files for details about the error.</p>
  <p><a href="javascript:history.back()">Back</a></p>
</body>
</html>
