Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  2. Request starting HTTP/1.0 POST http://electionserver.tech/api/Complaint application/json 200865
  3. dbug: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[9]
  4. AuthenticationScheme: Cookies was not authenticated.
  5. dbug: Microsoft.AspNetCore.Routing.Tree.TreeRouter[1]
  6. Request successfully matched the route with name '(null)' and template 'api/Complaint'.
  7. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[3]
  8. Route matched with {action = "Post", controller = "Complaint"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Boolean] Post(Microsoft.AspNetCore.Http.IFormCollection) on controller ElectionServer.Controllers.ComplaintController (ElectionServer).
  9. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  10. Execution plan of authorization filters (in the following order): None
  11. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  12. Execution plan of resource filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter, Microsoft.AspNetCore.Mvc.ConsumesAttribute
  13. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  14. Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Internal.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter
  15. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  16. Execution plan of exception filters (in the following order): None
  17. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  18. Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter
  19. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[4]
  20. Request was short circuited at resource filter 'Microsoft.AspNetCore.Mvc.ConsumesAttribute'.
  21. info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]
  22. Executing HttpStatusCodeResult, setting HTTP status code 415
  23. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  24. Executed action ElectionServer.Controllers.ComplaintController.Post (ElectionServer) in 0.048ms
  25. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  26. Request finished in 0.4111ms 415
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement