aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/WebUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index 698ae94..7c7e19d 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -809,7 +809,7 @@ namespace OpenSim.Framework
809 { 809 {
810 if ((verb == "POST") || (verb == "PUT")) 810 if ((verb == "POST") || (verb == "PUT"))
811 { 811 {
812 request.ContentType = "text/www-form-urlencoded"; 812 request.ContentType = "application/x-www-form-urlencoded";
813 813
814 int length = 0; 814 int length = 0;
815 using (StreamWriter writer = new StreamWriter(buffer)) 815 using (StreamWriter writer = new StreamWriter(buffer))