From f2aae2ece12abf5c75f4c2468d1f29595944bb2e Mon Sep 17 00:00:00 2001 From: aliozgur Date: Fri, 14 Mar 2014 22:45:14 +0200 Subject: [PATCH] Update Index.cshtml Fix for: ExceptionMessage: "Object reference not set to an instance of an object." ExceptionType: "System.NullReferenceException" Message: "An error has occurred." StackTrace: " at HawkNet.HttpRequestMessageExtensions.d__7.MoveNext() ?--- End of stack trace from previous location where exception was thrown --- ? at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) ? at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ? at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() ? at HawkNet.WebApi.HawkMessageHandler.d__0.MoveNext() ?--- End of stack trace from previous location where exception was thrown --- ? at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) ? at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ? at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() ? at System.Web.Http.Cors.CorsMessageHandler.d__0.MoveNext() ?--- End of stack trace from previous location where exception was thrown --- ? at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) ? at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ? at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() ? at System.Web.Http.HttpServer.d__0.MoveNext()" --- Example.Web/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {