diff --git a/Example.Web/Views/Home/Index.cshtml b/Example.Web/Views/Home/Index.cshtml
index a807b68..832dcb5 100644
--- a/Example.Web/Views/Home/Index.cshtml
+++ b/Example.Web/Views/Home/Index.cshtml
@@ -40,7 +40,7 @@ Response:
$.ajax({
dataType: "json",
- headers: { authorization: header.field },
+ headers: { authorization: header.field , "Content-Type":"application/json" },
url: url,
success: function (error, response, body) {