Advertisement
Guest User

Untitled

a guest
May 8th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[6]
  2. Connection id "0HLDKOLI0SRTR" received FIN.
  3. dbug: Microsoft.AspNetCore.Server.Kestrel[10]
  4. Connection id "0HLDKOLI0SRTR" disconnecting.
  5. dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[6]
  6. Connection id "0HLDKOLI0SRTT" received FIN.
  7. dbug: Microsoft.AspNetCore.Server.Kestrel[10]
  8. Connection id "0HLDKOLI0SRTT" disconnecting.
  9. dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[6]
  10. Connection id "0HLDKOLI0SRTS" received FIN.
  11. dbug: Microsoft.AspNetCore.Server.Kestrel[10]
  12. Connection id "0HLDKOLI0SRTS" disconnecting.
  13. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  14. Connection id "0HLDKOLI0SRTU" started.
  15. dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[7]
  16. Connection id "0HLDKOLI0SRTR" sending FIN.
  17. dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[7]
  18. Connection id "0HLDKOLI0SRTT" sending FIN.
  19. dbug: Microsoft.AspNetCore.Server.Kestrel[2]
  20. Connection id "0HLDKOLI0SRTR" stopped.
  21. dbug: Microsoft.AspNetCore.Server.Kestrel[2]
  22. Connection id "0HLDKOLI0SRTT" stopped.
  23. dbug: Microsoft.AspNetCore.Server.Kestrel[2]
  24. Connection id "0HLDKOLI0SRTS" stopped.
  25. dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[7]
  26. Connection id "0HLDKOLI0SRTS" sending FIN.
  27. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  28. Request starting HTTP/1.1 POST http://coderr.damstratech.com/receiver/report/6bed72d1f5964ab48eaa0f02847c7279/?sig=8a8UrEbrzkvpHQUhDXeBYtrwN/g8KHa4ZdRR+LeHV/I=&v=1.0 application/octet-stream 4734
  29. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[1]
  30. POST requests are not supported
  31. dbug: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[9]
  32. AuthenticationScheme: Cookies was not authenticated.
  33. dbug: Microsoft.AspNetCore.Routing.Tree.TreeRouter[1]
  34. Request successfully matched the route with name '(null)' and template 'receiver/report/{appKey}'.
  35. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  36. Executing action Coderr.Server.Web.Controllers.ReportReceiverController.Post (Coderr.Server.Web)
  37. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  38. Executing action method Coderr.Server.Web.Controllers.ReportReceiverController.Post (Coderr.Server.Web) with arguments (6bed72d1f5964ab48eaa0f02847c7279, 8a8UrEbrzkvpHQUhDXeBYtrwN/g8KHa4ZdRR LeHV/I=) - ModelState is Valid
  39. dbug: Microsoft.AspNetCore.Server.Kestrel[25]
  40. Connection id "0HLDKOLI0SRTU", Request id "0HLDKOLI0SRTU:00000001": started reading request body.
  41. dbug: Microsoft.AspNetCore.Server.Kestrel[26]
  42. Connection id "0HLDKOLI0SRTU", Request id "0HLDKOLI0SRTU:00000001": done reading request body.
  43. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  44. Executed action method Coderr.Server.Web.Controllers.ReportReceiverController.Post (Coderr.Server.Web), returned result Microsoft.AspNetCore.Mvc.NoContentResult.
  45. info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]
  46. Executing HttpStatusCodeResult, setting HTTP status code 204
  47. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  48. Executed action Coderr.Server.Web.Controllers.ReportReceiverController.Post (Coderr.Server.Web) in 40.4985ms
  49. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  50. Connection id "0HLDKOLI0SRTU" completed keep alive response.
  51. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  52. Request finished in 42.4482ms 204
  53. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  54. Request starting HTTP/1.1 POST http://coderr.damstratech.com/receiver/report/6bed72d1f5964ab48eaa0f02847c7279/feedback/?sig=R5l8Uiyd740boq48GZwyfyT19UlnZDjtY9oJtgjrqAU=&v=1.0 application/json 88
  55. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[1]
  56. POST requests are not supported
  57. dbug: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[9]
  58. AuthenticationScheme: Cookies was not authenticated.
  59. dbug: Microsoft.AspNetCore.Routing.Tree.TreeRouter[1]
  60. Request successfully matched the route with name '(null)' and template 'receiver/report/{appKey}/feedback'.
  61. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  62. Executing action Coderr.Server.Web.Controllers.FeedbackReceiverController.SupplyFeedback (Coderr.Server.Web)
  63. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  64. Executing action method Coderr.Server.Web.Controllers.FeedbackReceiverController.SupplyFeedback (Coderr.Server.Web) with arguments (6bed72d1f5964ab48eaa0f02847c7279, R5l8Uiyd740boq48GZwyfyT19UlnZDjtY9oJtgjrqAU=) - ModelState is Valid
  65. dbug: Microsoft.AspNetCore.Server.Kestrel[25]
  66. Connection id "0HLDKOLI0SRTU", Request id "0HLDKOLI0SRTU:00000002": started reading request body.
  67. dbug: Microsoft.AspNetCore.Server.Kestrel[26]
  68. Connection id "0HLDKOLI0SRTU", Request id "0HLDKOLI0SRTU:00000002": done reading request body.
  69. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  70. Executed action method Coderr.Server.Web.Controllers.FeedbackReceiverController.SupplyFeedback (Coderr.Server.Web), returned result Microsoft.AspNetCore.Mvc.NoContentResult.
  71. info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]
  72. Executing HttpStatusCodeResult, setting HTTP status code 204
  73. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  74. Executed action Coderr.Server.Web.Controllers.FeedbackReceiverController.SupplyFeedback (Coderr.Server.Web) in 27.3336ms
  75. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  76. Connection id "0HLDKOLI0SRTU" completed keep alive response.
  77. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  78. Request finished in 29.2435ms 204
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement