Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

webapi-20220701.log 78KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  1. [2022-07-01 08:45:06.175 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  2. ][2022-07-01 08:45:06.239 +02:00 INF Creating key {dfa320ef-43c0-4e3a-a0d6-9c4c66c91e9e} with creation date 2022-07-01 06:45:06Z, activation date 2022-07-01 06:45:06Z, and expiration date 2022-09-29 06:45:06Z.
  3. ][2022-07-01 08:45:06.271 +02:00 INF Writing data to file 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys\key-dfa320ef-43c0-4e3a-a0d6-9c4c66c91e9e.xml'.
  4. ][2022-07-01 08:45:06.404 +02:00 INF Now listening on: http://localhost:5116
  5. ][2022-07-01 08:45:06.406 +02:00 INF Application started. Press Ctrl+C to shut down.
  6. ][2022-07-01 08:45:06.406 +02:00 INF Hosting environment: Development
  7. ][2022-07-01 08:45:06.406 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  8. ][2022-07-01 08:45:06.454 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  9. ][2022-07-01 08:45:06.519 +02:00 INF CORS policy execution successful.
  10. ][2022-07-01 08:45:06.554 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 101.3759ms
  11. ][2022-07-01 08:45:06.582 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  12. ][2022-07-01 08:45:06.590 +02:00 INF CORS policy execution successful.
  13. ][2022-07-01 08:45:06.939 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  14. ][2022-07-01 08:45:06.959 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  15. ][2022-07-01 08:45:07.376 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  16. ][2022-07-01 08:45:07.377 +02:00 INF CORS policy execution successful.
  17. ][2022-07-01 08:45:07.377 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  18. ][2022-07-01 08:45:07.378 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  19. ][2022-07-01 08:45:08.099 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  20. ][2022-07-01 08:45:08.099 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  21. ][2022-07-01 08:45:08.119 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 737.5084ms
  22. ][2022-07-01 08:45:08.119 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 1155.5866ms
  23. ][2022-07-01 08:45:08.120 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  24. ][2022-07-01 08:45:08.120 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  25. ][2022-07-01 08:45:08.121 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 745.1720ms
  26. ][2022-07-01 08:45:08.121 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 1539.0918ms
  27. ][2022-07-01 08:45:22.691 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  28. ][2022-07-01 08:45:22.692 +02:00 INF CORS policy execution successful.
  29. ][2022-07-01 08:45:22.692 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.6180ms
  30. ][2022-07-01 08:45:22.693 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  31. ][2022-07-01 08:45:22.693 +02:00 INF CORS policy execution successful.
  32. ][2022-07-01 08:45:22.695 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  33. ][2022-07-01 08:45:22.695 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  34. ][2022-07-01 08:45:22.817 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  35. ][2022-07-01 08:45:22.818 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 122.5521ms
  36. ][2022-07-01 08:45:22.818 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  37. ][2022-07-01 08:45:22.818 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 124.8998ms
  38. ][2022-07-01 08:45:35.374 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  39. ][2022-07-01 08:45:35.374 +02:00 INF CORS policy execution successful.
  40. ][2022-07-01 08:45:35.374 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3886ms
  41. ][2022-07-01 08:45:35.375 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  42. ][2022-07-01 08:45:35.376 +02:00 INF CORS policy execution successful.
  43. ][2022-07-01 08:45:35.376 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  44. ][2022-07-01 08:45:35.376 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  45. ][2022-07-01 08:45:35.489 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  46. ][2022-07-01 08:45:35.490 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 114.0706ms
  47. ][2022-07-01 08:45:35.490 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  48. ][2022-07-01 08:45:35.490 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 114.6925ms
  49. ][2022-07-01 10:04:54.249 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  50. ][2022-07-01 10:04:54.353 +02:00 INF Now listening on: http://localhost:5116
  51. ][2022-07-01 10:04:54.356 +02:00 INF Application started. Press Ctrl+C to shut down.
  52. ][2022-07-01 10:04:54.356 +02:00 INF Hosting environment: Development
  53. ][2022-07-01 10:04:54.356 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  54. ][2022-07-01 14:24:57.160 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  55. ][2022-07-01 14:24:57.305 +02:00 INF Now listening on: http://localhost:5116
  56. ][2022-07-01 14:24:57.310 +02:00 INF Application started. Press Ctrl+C to shut down.
  57. ][2022-07-01 14:24:57.310 +02:00 INF Hosting environment: Development
  58. ][2022-07-01 14:24:57.311 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  59. ][2022-07-01 14:25:45.504 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  60. ][2022-07-01 14:25:45.536 +02:00 INF CORS policy execution successful.
  61. ][2022-07-01 14:25:45.546 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 44.1465ms
  62. ][2022-07-01 14:25:45.554 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  63. ][2022-07-01 14:25:45.560 +02:00 INF CORS policy execution successful.
  64. ][2022-07-01 14:25:45.617 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  65. ][2022-07-01 14:25:45.634 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  66. ][2022-07-01 14:25:46.402 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  67. ][2022-07-01 14:25:46.416 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 778.3522ms
  68. ][2022-07-01 14:25:46.417 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  69. ][2022-07-01 14:25:46.419 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 864.4371ms
  70. ][2022-07-01 14:25:50.579 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
  71. ][2022-07-01 14:25:50.580 +02:00 INF CORS policy execution successful.
  72. ][2022-07-01 14:25:50.580 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - - - 404 0 - 0.9636ms
  73. ][2022-07-01 14:25:50.581 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
  74. ][2022-07-01 14:25:50.581 +02:00 INF CORS policy execution successful.
  75. ][2022-07-01 14:25:50.581 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - - - 404 0 - 0.4914ms
  76. ][2022-07-01 14:27:50.513 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  77. ][2022-07-01 14:27:50.649 +02:00 INF Now listening on: http://localhost:5116
  78. ][2022-07-01 14:27:50.651 +02:00 INF Application started. Press Ctrl+C to shut down.
  79. ][2022-07-01 14:27:50.651 +02:00 INF Hosting environment: Development
  80. ][2022-07-01 14:27:50.651 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  81. ][2022-07-01 14:27:53.423 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  82. ][2022-07-01 14:27:53.678 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  83. ][2022-07-01 14:27:53.678 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  84. ][2022-07-01 14:27:53.683 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 3.4421ms
  85. ][2022-07-01 14:27:53.683 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 262.2154ms
  86. ][2022-07-01 14:27:53.883 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 205.5372ms
  87. ][2022-07-01 14:27:53.939 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  88. ][2022-07-01 14:27:54.037 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 97.6370ms
  89. ][2022-07-01 14:28:00.898 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  90. ][2022-07-01 14:28:00.908 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  91. ][2022-07-01 14:28:00.917 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  92. ][2022-07-01 14:28:42.466 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  93. ][2022-07-01 14:28:42.576 +02:00 INF Now listening on: http://localhost:5116
  94. ][2022-07-01 14:28:42.579 +02:00 INF Application started. Press Ctrl+C to shut down.
  95. ][2022-07-01 14:28:42.579 +02:00 INF Hosting environment: Development
  96. ][2022-07-01 14:28:42.579 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  97. ][2022-07-01 14:28:45.519 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  98. ][2022-07-01 14:28:45.628 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  99. ][2022-07-01 14:28:45.639 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  100. ][2022-07-01 14:35:01.315 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  101. ][2022-07-01 14:35:01.435 +02:00 INF Now listening on: http://localhost:5116
  102. ][2022-07-01 14:35:01.438 +02:00 INF Application started. Press Ctrl+C to shut down.
  103. ][2022-07-01 14:35:01.438 +02:00 INF Hosting environment: Development
  104. ][2022-07-01 14:35:01.438 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  105. ][2022-07-01 14:35:08.671 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  106. ][2022-07-01 14:35:08.888 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  107. ][2022-07-01 14:35:08.888 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  108. ][2022-07-01 14:35:08.891 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.6487ms
  109. ][2022-07-01 14:35:08.891 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 223.4544ms
  110. ][2022-07-01 14:35:08.911 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 22.3974ms
  111. ][2022-07-01 14:35:09.091 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  112. ][2022-07-01 14:35:09.185 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 94.5689ms
  113. ][2022-07-01 14:36:26.376 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  114. ][2022-07-01 14:36:26.487 +02:00 INF Now listening on: http://localhost:5116
  115. ][2022-07-01 14:36:26.490 +02:00 INF Application started. Press Ctrl+C to shut down.
  116. ][2022-07-01 14:36:26.490 +02:00 INF Hosting environment: Development
  117. ][2022-07-01 14:36:26.490 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  118. ][2022-07-01 14:36:30.863 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  119. ][2022-07-01 14:36:31.058 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  120. ][2022-07-01 14:36:31.058 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  121. ][2022-07-01 14:36:31.061 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.7105ms
  122. ][2022-07-01 14:36:31.061 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 200.1339ms
  123. ][2022-07-01 14:36:31.084 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 25.3399ms
  124. ][2022-07-01 14:36:31.276 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  125. ][2022-07-01 14:36:31.377 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 100.7391ms
  126. ][2022-07-01 14:37:26.688 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 161
  127. ][2022-07-01 14:37:26.697 +02:00 INF CORS policy execution failed.
  128. ][2022-07-01 14:37:26.698 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  129. ][2022-07-01 14:37:26.702 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  130. ][2022-07-01 14:37:26.718 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  131. ][2022-07-01 14:39:13.300 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  132. ][2022-07-01 14:39:13.418 +02:00 INF Now listening on: http://localhost:5116
  133. ][2022-07-01 14:39:13.421 +02:00 INF Application started. Press Ctrl+C to shut down.
  134. ][2022-07-01 14:39:13.421 +02:00 INF Hosting environment: Development
  135. ][2022-07-01 14:39:13.421 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  136. ][2022-07-01 14:39:14.754 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 161
  137. ][2022-07-01 14:39:14.792 +02:00 INF CORS policy execution failed.
  138. ][2022-07-01 14:39:14.793 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  139. ][2022-07-01 14:39:14.857 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  140. ][2022-07-01 14:39:14.874 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  141. ][2022-07-01 14:39:41.176 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  142. ][2022-07-01 14:39:41.289 +02:00 INF Now listening on: http://localhost:5116
  143. ][2022-07-01 14:39:41.292 +02:00 INF Application started. Press Ctrl+C to shut down.
  144. ][2022-07-01 14:39:41.293 +02:00 INF Hosting environment: Development
  145. ][2022-07-01 14:39:41.293 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  146. ][2022-07-01 14:40:44.588 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/InsuranceCompany application/json 191
  147. ][2022-07-01 14:40:44.627 +02:00 INF CORS policy execution failed.
  148. ][2022-07-01 14:40:44.627 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  149. ][2022-07-01 14:40:44.691 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  150. ][2022-07-01 14:40:44.710 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  151. ][2022-07-01 14:43:48.971 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  152. ][2022-07-01 14:43:49.085 +02:00 INF Now listening on: http://localhost:5116
  153. ][2022-07-01 14:43:49.092 +02:00 INF Application started. Press Ctrl+C to shut down.
  154. ][2022-07-01 14:43:49.092 +02:00 INF Hosting environment: Development
  155. ][2022-07-01 14:43:49.092 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  156. ][2022-07-01 14:43:58.710 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/InsuranceCompany application/json 191
  157. ][2022-07-01 14:43:58.749 +02:00 INF CORS policy execution failed.
  158. ][2022-07-01 14:43:58.749 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  159. ][2022-07-01 14:43:58.826 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  160. ][2022-07-01 14:43:58.846 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  161. ][2022-07-01 14:47:55.689 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  162. ][2022-07-01 14:47:55.760 +02:00 INF Now listening on: http://localhost:5116
  163. ][2022-07-01 14:47:55.762 +02:00 INF Application started. Press Ctrl+C to shut down.
  164. ][2022-07-01 14:47:55.762 +02:00 INF Hosting environment: Development
  165. ][2022-07-01 14:47:55.762 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  166. ][2022-07-01 14:47:58.437 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/InsuranceCompany application/json 191
  167. ][2022-07-01 14:47:58.469 +02:00 INF CORS policy execution failed.
  168. ][2022-07-01 14:47:58.470 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  169. ][2022-07-01 14:47:58.495 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  170. ][2022-07-01 14:47:58.510 +02:00 INF Route matched with {action = "Post", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Post(Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyCreateDTO) on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  171. ][2022-07-01 14:47:58.516 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 2.3832ms
  172. ][2022-07-01 14:47:58.517 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
  173. ][2022-07-01 14:47:58.518 +02:00 ERR Value cannot be null. (Parameter 'connectionString')
  174. ][2022-07-01 14:47:58.528 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/InsuranceCompany application/json 191 - 500 - application/json 93.2859ms
  175. ][2022-07-01 15:12:42.500 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  176. ][2022-07-01 15:12:42.646 +02:00 INF Now listening on: http://localhost:5116
  177. ][2022-07-01 15:12:42.649 +02:00 INF Application started. Press Ctrl+C to shut down.
  178. ][2022-07-01 15:12:42.649 +02:00 INF Hosting environment: Development
  179. ][2022-07-01 15:12:42.649 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  180. ][2022-07-01 15:12:44.270 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  181. ][2022-07-01 15:12:44.474 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  182. ][2022-07-01 15:12:44.474 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  183. ][2022-07-01 15:12:44.477 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 208.8010ms
  184. ][2022-07-01 15:12:44.477 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.8189ms
  185. ][2022-07-01 15:12:44.502 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 27.2468ms
  186. ][2022-07-01 15:12:44.670 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  187. ][2022-07-01 15:12:44.770 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 99.8686ms
  188. ][2022-07-01 15:13:01.064 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/register application/json 120
  189. ][2022-07-01 15:13:01.073 +02:00 INF CORS policy execution failed.
  190. ][2022-07-01 15:13:01.073 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  191. ][2022-07-01 15:13:01.078 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Register (Diligent.WebAPI.Host)'
  192. ][2022-07-01 15:13:01.095 +02:00 INF Route matched with {action = "Register", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Register(Diligent.WebAPI.Host.DTOs.Customer.CustomerCreateDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  193. ][2022-07-01 15:13:01.213 +02:00 WRN User password validation failed: PasswordRequiresNonAlphanumeric;PasswordRequiresDigit;PasswordRequiresUpper.
  194. ][2022-07-01 15:13:01.443 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Register (Diligent.WebAPI.Host) in 342.7244ms
  195. ][2022-07-01 15:13:01.444 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Register (Diligent.WebAPI.Host)'
  196. ][2022-07-01 15:13:01.508 +02:00 ERR Role CUSTOMER does not exist.
  197. ][2022-07-01 15:13:01.512 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/register application/json 120 - 500 - application/json 448.1106ms
  198. ][2022-07-01 15:13:20.908 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/InsuranceCompany - -
  199. ][2022-07-01 15:13:20.908 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
  200. ][2022-07-01 15:13:20.911 +02:00 INF Route matched with {action = "Get", controller = "InsuranceCompany"}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Diligent.WebAPI.Host.MongoDTOs.InsuranceCompanyMongo.InsuranceCompanyReadDTO]] Get() on controller Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController (Diligent.WebAPI.Host).
  201. ][2022-07-01 15:16:00.308 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  202. ][2022-07-01 15:16:00.425 +02:00 INF Now listening on: http://localhost:5116
  203. ][2022-07-01 15:16:00.428 +02:00 INF Application started. Press Ctrl+C to shut down.
  204. ][2022-07-01 15:16:00.428 +02:00 INF Hosting environment: Development
  205. ][2022-07-01 15:16:00.428 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  206. ][2022-07-01 15:16:17.082 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  207. ][2022-07-01 15:16:17.184 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  208. ][2022-07-01 15:16:17.193 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  209. ][2022-07-01 15:16:17.576 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  210. ][2022-07-01 15:16:17.609 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 410.1649ms
  211. ][2022-07-01 15:16:17.610 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  212. ][2022-07-01 15:16:17.613 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 533.7006ms
  213. ][2022-07-01 15:16:54.158 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 162
  214. ][2022-07-01 15:16:54.164 +02:00 INF CORS policy execution failed.
  215. ][2022-07-01 15:16:54.164 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  216. ][2022-07-01 15:16:54.166 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  217. ][2022-07-01 15:16:54.175 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  218. ][2022-07-01 15:16:54.399 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  219. ][2022-07-01 15:16:54.417 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 241.8755ms
  220. ][2022-07-01 15:16:54.418 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  221. ][2022-07-01 15:16:54.529 +02:00 ERR No route matches the supplied values.
  222. ][2022-07-01 15:16:54.532 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 162 - 500 - application/json 374.1023ms
  223. ][2022-07-01 15:18:59.995 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  224. ][2022-07-01 15:19:00.109 +02:00 INF Now listening on: http://localhost:5116
  225. ][2022-07-01 15:19:00.115 +02:00 INF Application started. Press Ctrl+C to shut down.
  226. ][2022-07-01 15:19:00.115 +02:00 INF Hosting environment: Development
  227. ][2022-07-01 15:19:00.116 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  228. ][2022-07-01 15:19:04.946 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  229. ][2022-07-01 15:19:05.142 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  230. ][2022-07-01 15:19:05.142 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  231. ][2022-07-01 15:19:05.145 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.6188ms
  232. ][2022-07-01 15:19:05.145 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 201.4926ms
  233. ][2022-07-01 15:19:05.166 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 23.5940ms
  234. ][2022-07-01 15:19:05.340 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  235. ][2022-07-01 15:19:05.436 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 96.0569ms
  236. ][2022-07-01 15:19:11.911 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  237. ][2022-07-01 15:19:11.921 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  238. ][2022-07-01 15:19:11.931 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  239. ][2022-07-01 15:19:12.314 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  240. ][2022-07-01 15:19:12.332 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 397.1251ms
  241. ][2022-07-01 15:19:12.332 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  242. ][2022-07-01 15:19:12.332 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 421.7457ms
  243. ][2022-07-01 15:19:42.272 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 159
  244. ][2022-07-01 15:19:42.276 +02:00 INF CORS policy execution failed.
  245. ][2022-07-01 15:19:42.276 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  246. ][2022-07-01 15:19:42.277 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  247. ][2022-07-01 15:19:42.288 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  248. ][2022-07-01 15:19:57.098 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  249. ][2022-07-01 15:19:57.169 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 14880.4625ms
  250. ][2022-07-01 15:19:57.169 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  251. ][2022-07-01 15:20:29.305 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  252. ][2022-07-01 15:20:29.418 +02:00 INF Now listening on: http://localhost:5116
  253. ][2022-07-01 15:20:29.421 +02:00 INF Application started. Press Ctrl+C to shut down.
  254. ][2022-07-01 15:20:29.421 +02:00 INF Hosting environment: Development
  255. ][2022-07-01 15:20:29.421 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  256. ][2022-07-01 15:20:34.074 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  257. ][2022-07-01 15:20:34.172 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  258. ][2022-07-01 15:20:34.181 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  259. ][2022-07-01 15:20:34.570 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  260. ][2022-07-01 15:20:34.610 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 424.7449ms
  261. ][2022-07-01 15:20:34.610 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  262. ][2022-07-01 15:20:34.613 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 542.0821ms
  263. ][2022-07-01 15:21:11.315 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  264. ][2022-07-01 15:21:11.436 +02:00 INF Now listening on: http://localhost:5116
  265. ][2022-07-01 15:21:11.439 +02:00 INF Application started. Press Ctrl+C to shut down.
  266. ][2022-07-01 15:21:11.439 +02:00 INF Hosting environment: Development
  267. ][2022-07-01 15:21:11.439 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  268. ][2022-07-01 15:21:17.809 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 159
  269. ][2022-07-01 15:21:17.849 +02:00 INF CORS policy execution failed.
  270. ][2022-07-01 15:21:17.849 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  271. ][2022-07-01 15:21:17.917 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  272. ][2022-07-01 15:21:17.932 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  273. ][2022-07-01 15:21:18.382 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  274. ][2022-07-01 15:21:18.398 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 461.9192ms
  275. ][2022-07-01 15:21:18.399 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  276. ][2022-07-01 15:21:18.401 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 159 - 200 - application/json;+charset=utf-8 595.1797ms
  277. ][2022-07-01 15:22:48.118 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  278. ][2022-07-01 15:22:48.255 +02:00 INF Now listening on: http://localhost:5116
  279. ][2022-07-01 15:22:48.259 +02:00 INF Application started. Press Ctrl+C to shut down.
  280. ][2022-07-01 15:22:48.259 +02:00 INF Hosting environment: Development
  281. ][2022-07-01 15:22:48.259 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  282. ][2022-07-01 15:22:48.421 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
  283. ][2022-07-01 15:22:48.460 +02:00 INF CORS policy execution successful.
  284. ][2022-07-01 15:22:48.536 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - - - 404 0 - 116.6473ms
  285. ][2022-07-01 15:23:13.665 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  286. ][2022-07-01 15:23:13.667 +02:00 INF CORS policy execution successful.
  287. ][2022-07-01 15:23:13.668 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 2.7821ms
  288. ][2022-07-01 15:23:13.672 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  289. ][2022-07-01 15:23:13.676 +02:00 INF CORS policy execution successful.
  290. ][2022-07-01 15:23:13.679 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  291. ][2022-07-01 15:23:13.697 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  292. ][2022-07-01 15:23:14.484 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  293. ][2022-07-01 15:23:14.498 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 796.7125ms
  294. ][2022-07-01 15:23:14.498 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  295. ][2022-07-01 15:23:14.500 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 827.6632ms
  296. ][2022-07-01 15:23:16.172 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
  297. ][2022-07-01 15:23:16.172 +02:00 INF CORS policy execution successful.
  298. ][2022-07-01 15:23:16.173 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - - - 404 0 - 1.9235ms
  299. ][2022-07-01 15:23:16.174 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
  300. ][2022-07-01 15:23:16.174 +02:00 INF CORS policy execution successful.
  301. ][2022-07-01 15:23:16.174 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - - - 404 0 - 0.2030ms
  302. ][2022-07-01 15:24:14.833 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
  303. ][2022-07-01 15:24:14.833 +02:00 INF CORS policy execution successful.
  304. ][2022-07-01 15:24:14.833 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - - - 404 0 - 0.4155ms
  305. ][2022-07-01 15:24:36.829 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat/chats - -
  306. ][2022-07-01 15:24:36.829 +02:00 INF CORS policy execution successful.
  307. ][2022-07-01 15:24:36.830 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat/chats - - - 404 0 - 0.3970ms
  308. ][2022-07-01 15:25:04.978 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  309. ][2022-07-01 15:25:04.978 +02:00 INF CORS policy execution successful.
  310. ][2022-07-01 15:25:04.978 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 0.4141ms
  311. ][2022-07-01 15:25:04.982 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  312. ][2022-07-01 15:25:04.982 +02:00 INF CORS policy execution successful.
  313. ][2022-07-01 15:25:04.982 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2908ms
  314. ][2022-07-01 15:25:18.664 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  315. ][2022-07-01 15:25:18.664 +02:00 INF CORS policy execution successful.
  316. ][2022-07-01 15:25:18.665 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 0.3258ms
  317. ][2022-07-01 15:25:18.665 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  318. ][2022-07-01 15:25:18.665 +02:00 INF CORS policy execution successful.
  319. ][2022-07-01 15:25:18.665 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.1987ms
  320. ][2022-07-01 15:26:34.346 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  321. ][2022-07-01 15:26:34.346 +02:00 INF CORS policy execution successful.
  322. ][2022-07-01 15:26:34.346 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 0.2742ms
  323. ][2022-07-01 15:26:34.349 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  324. ][2022-07-01 15:26:34.349 +02:00 INF CORS policy execution successful.
  325. ][2022-07-01 15:26:34.349 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2004ms
  326. ][2022-07-01 15:26:50.894 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  327. ][2022-07-01 15:26:50.894 +02:00 INF CORS policy execution successful.
  328. ][2022-07-01 15:26:50.894 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 0.2565ms
  329. ][2022-07-01 15:26:50.898 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  330. ][2022-07-01 15:26:50.898 +02:00 INF CORS policy execution successful.
  331. ][2022-07-01 15:26:50.898 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2171ms
  332. ][2022-07-01 15:26:51.922 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  333. ][2022-07-01 15:26:51.922 +02:00 INF CORS policy execution successful.
  334. ][2022-07-01 15:26:51.922 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.3662ms
  335. ][2022-07-01 15:26:52.101 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  336. ][2022-07-01 15:26:52.101 +02:00 INF CORS policy execution successful.
  337. ][2022-07-01 15:26:52.101 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2974ms
  338. ][2022-07-01 15:26:52.263 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  339. ][2022-07-01 15:26:52.263 +02:00 INF CORS policy execution successful.
  340. ][2022-07-01 15:26:52.263 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2923ms
  341. ][2022-07-01 15:26:52.417 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  342. ][2022-07-01 15:26:52.417 +02:00 INF CORS policy execution successful.
  343. ][2022-07-01 15:26:52.417 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2587ms
  344. ][2022-07-01 15:27:16.479 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 56
  345. ][2022-07-01 15:27:16.479 +02:00 INF CORS policy execution failed.
  346. ][2022-07-01 15:27:16.479 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  347. ][2022-07-01 15:27:16.480 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  348. ][2022-07-01 15:27:16.480 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  349. ][2022-07-01 15:27:16.530 +02:00 WRN Invalid password for user.
  350. ][2022-07-01 15:27:16.530 +02:00 INF Executing BadRequestObjectResult, writing value of type 'System.String'.
  351. ][2022-07-01 15:27:16.531 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 51.4ms
  352. ][2022-07-01 15:27:16.531 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  353. ][2022-07-01 15:27:16.531 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 56 - 400 - text/plain;+charset=utf-8 52.4391ms
  354. ][2022-07-01 15:27:25.380 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 58
  355. ][2022-07-01 15:27:25.380 +02:00 INF CORS policy execution failed.
  356. ][2022-07-01 15:27:25.380 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  357. ][2022-07-01 15:27:25.380 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  358. ][2022-07-01 15:27:25.380 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  359. ][2022-07-01 15:27:25.502 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  360. ][2022-07-01 15:27:25.502 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 121.6092ms
  361. ][2022-07-01 15:27:25.502 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  362. ][2022-07-01 15:27:25.502 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 58 - 200 - application/json;+charset=utf-8 122.1656ms
  363. ][2022-07-01 15:29:16.558 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  364. ][2022-07-01 15:29:16.559 +02:00 INF CORS policy execution successful.
  365. ][2022-07-01 15:29:16.559 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3765ms
  366. ][2022-07-01 15:29:16.559 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  367. ][2022-07-01 15:29:16.559 +02:00 INF CORS policy execution successful.
  368. ][2022-07-01 15:29:16.559 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  369. ][2022-07-01 15:29:16.560 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  370. ][2022-07-01 15:29:16.670 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  371. ][2022-07-01 15:29:16.670 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 110.931ms
  372. ][2022-07-01 15:29:16.671 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  373. ][2022-07-01 15:29:16.671 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.3368ms
  374. ][2022-07-01 15:29:23.930 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer - -
  375. ][2022-07-01 15:29:23.930 +02:00 INF CORS policy execution successful.
  376. ][2022-07-01 15:29:23.930 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer - - - 404 0 - 0.3015ms
  377. ][2022-07-01 15:29:23.931 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer - -
  378. ][2022-07-01 15:29:23.931 +02:00 INF CORS policy execution successful.
  379. ][2022-07-01 15:29:23.931 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Customer - - - 404 0 - 0.2869ms
  380. ][2022-07-01 15:29:48.675 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  381. ][2022-07-01 15:29:48.832 +02:00 INF Now listening on: http://localhost:5116
  382. ][2022-07-01 15:29:48.835 +02:00 INF Application started. Press Ctrl+C to shut down.
  383. ][2022-07-01 15:29:48.835 +02:00 INF Hosting environment: Development
  384. ][2022-07-01 15:29:48.836 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  385. ][2022-07-01 15:30:10.708 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  386. ][2022-07-01 15:30:10.743 +02:00 INF CORS policy execution successful.
  387. ][2022-07-01 15:30:10.751 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 44.8188ms
  388. ][2022-07-01 15:30:10.760 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  389. ][2022-07-01 15:30:10.762 +02:00 INF CORS policy execution successful.
  390. ][2022-07-01 15:30:10.821 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 60.9366ms
  391. ][2022-07-01 15:30:25.509 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  392. ][2022-07-01 15:30:25.510 +02:00 INF CORS policy execution successful.
  393. ][2022-07-01 15:30:25.510 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 0.5318ms
  394. ][2022-07-01 15:30:25.511 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  395. ][2022-07-01 15:30:25.511 +02:00 INF CORS policy execution successful.
  396. ][2022-07-01 15:30:25.512 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 1.0007ms
  397. ][2022-07-01 15:31:33.329 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  398. ][2022-07-01 15:31:33.440 +02:00 INF Now listening on: http://localhost:5116
  399. ][2022-07-01 15:31:33.443 +02:00 INF Application started. Press Ctrl+C to shut down.
  400. ][2022-07-01 15:31:33.443 +02:00 INF Hosting environment: Development
  401. ][2022-07-01 15:31:33.443 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  402. ][2022-07-01 15:32:16.558 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  403. ][2022-07-01 15:32:16.592 +02:00 INF CORS policy execution successful.
  404. ][2022-07-01 15:32:16.601 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 45.0171ms
  405. ][2022-07-01 15:32:16.609 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  406. ][2022-07-01 15:32:16.611 +02:00 INF CORS policy execution successful.
  407. ][2022-07-01 15:32:16.672 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 62.5161ms
  408. ][2022-07-01 15:32:27.943 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
  409. ][2022-07-01 15:32:27.943 +02:00 INF CORS policy execution successful.
  410. ][2022-07-01 15:32:27.943 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - - - 204 - - 0.5175ms
  411. ][2022-07-01 15:32:27.944 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  412. ][2022-07-01 15:32:27.944 +02:00 INF CORS policy execution successful.
  413. ][2022-07-01 15:32:27.944 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.5064ms
  414. ][2022-07-01 15:32:28.761 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  415. ][2022-07-01 15:32:28.761 +02:00 INF CORS policy execution successful.
  416. ][2022-07-01 15:32:28.762 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 1.9187ms
  417. ][2022-07-01 15:32:29.389 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  418. ][2022-07-01 15:32:29.389 +02:00 INF CORS policy execution successful.
  419. ][2022-07-01 15:32:29.389 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.4646ms
  420. ][2022-07-01 15:32:29.754 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  421. ][2022-07-01 15:32:29.754 +02:00 INF CORS policy execution successful.
  422. ][2022-07-01 15:32:29.754 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2940ms
  423. ][2022-07-01 15:32:30.084 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49
  424. ][2022-07-01 15:32:30.084 +02:00 INF CORS policy execution successful.
  425. ][2022-07-01 15:32:30.084 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/login application/json 49 - 404 0 - 0.2985ms
  426. ][2022-07-01 15:34:38.013 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/Customer/login - -
  427. ][2022-07-01 15:34:38.013 +02:00 INF CORS policy execution successful.
  428. ][2022-07-01 15:34:38.014 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/Customer/login - - - 204 - - 0.2881ms
  429. ][2022-07-01 15:34:38.017 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/Customer/login application/json 49
  430. ][2022-07-01 15:34:38.017 +02:00 INF CORS policy execution successful.
  431. ][2022-07-01 15:34:38.018 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/Customer/login application/json 49 - 404 0 - 0.2527ms
  432. ][2022-07-01 15:34:40.376 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat/Customer/login application/json 49
  433. ][2022-07-01 15:34:40.376 +02:00 INF CORS policy execution successful.
  434. ][2022-07-01 15:34:40.376 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat/Customer/login application/json 49 - 404 0 - 0.3222ms
  435. ][2022-07-01 15:36:35.288 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  436. ][2022-07-01 15:36:35.289 +02:00 INF CORS policy execution successful.
  437. ][2022-07-01 15:36:35.289 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 1.0344ms
  438. ][2022-07-01 15:36:35.290 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  439. ][2022-07-01 15:36:35.296 +02:00 INF CORS policy execution successful.
  440. ][2022-07-01 15:36:35.299 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  441. ][2022-07-01 15:36:35.315 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  442. ][2022-07-01 15:36:43.585 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  443. ][2022-07-01 15:36:43.598 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 8278.8807ms
  444. ][2022-07-01 15:36:43.598 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  445. ][2022-07-01 15:36:43.600 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 8309.9792ms
  446. ][2022-07-01 15:36:47.369 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0 - -
  447. ][2022-07-01 15:36:47.369 +02:00 INF CORS policy execution successful.
  448. ][2022-07-01 15:36:47.370 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0 - - - 404 0 - 1.1136ms
  449. ][2022-07-01 15:36:47.371 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0 - -
  450. ][2022-07-01 15:36:47.371 +02:00 INF CORS policy execution successful.
  451. ][2022-07-01 15:36:47.371 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0 - - - 404 0 - 0.2192ms
  452. ][2022-07-01 15:37:34.840 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  453. ][2022-07-01 15:37:34.840 +02:00 INF CORS policy execution successful.
  454. ][2022-07-01 15:37:34.840 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  455. ][2022-07-01 15:37:34.842 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  456. ][2022-07-01 15:37:34.952 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  457. ][2022-07-01 15:37:34.965 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 122.7675ms
  458. ][2022-07-01 15:37:34.965 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  459. ][2022-07-01 15:37:34.966 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 125.9347ms
  460. ][2022-07-01 15:37:47.288 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  461. ][2022-07-01 15:37:47.288 +02:00 INF CORS policy execution successful.
  462. ][2022-07-01 15:37:47.288 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3700ms
  463. ][2022-07-01 15:37:47.289 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  464. ][2022-07-01 15:37:47.289 +02:00 INF CORS policy execution successful.
  465. ][2022-07-01 15:37:47.289 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  466. ][2022-07-01 15:37:47.289 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  467. ][2022-07-01 15:37:47.414 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  468. ][2022-07-01 15:37:47.414 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 124.4919ms
  469. ][2022-07-01 15:37:47.414 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  470. ][2022-07-01 15:37:47.414 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 125.0802ms
  471. ][2022-07-01 15:37:48.904 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  472. ][2022-07-01 15:37:48.904 +02:00 INF CORS policy execution successful.
  473. ][2022-07-01 15:37:48.904 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  474. ][2022-07-01 15:37:48.904 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  475. ][2022-07-01 15:37:48.930 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  476. ][2022-07-01 15:37:48.930 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9026ms
  477. ][2022-07-01 15:37:48.930 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  478. ][2022-07-01 15:37:48.930 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.4396ms
  479. ][2022-07-01 15:37:48.931 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  480. ][2022-07-01 15:37:48.931 +02:00 INF CORS policy execution successful.
  481. ][2022-07-01 15:37:48.932 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  482. ][2022-07-01 15:37:48.932 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  483. ][2022-07-01 15:37:48.957 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  484. ][2022-07-01 15:37:48.958 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0197ms
  485. ][2022-07-01 15:37:48.958 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  486. ][2022-07-01 15:37:48.958 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.5147ms
  487. ][2022-07-01 15:39:04.838 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  488. ][2022-07-01 15:39:04.839 +02:00 INF CORS policy execution successful.
  489. ][2022-07-01 15:39:04.839 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  490. ][2022-07-01 15:39:04.839 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  491. ][2022-07-01 15:39:04.868 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  492. ][2022-07-01 15:39:04.868 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 29.3114ms
  493. ][2022-07-01 15:39:04.868 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  494. ][2022-07-01 15:39:04.868 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 29.9836ms
  495. ][2022-07-01 15:39:10.261 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  496. ][2022-07-01 15:39:10.262 +02:00 INF CORS policy execution successful.
  497. ][2022-07-01 15:39:10.262 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  498. ][2022-07-01 15:39:10.262 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  499. ][2022-07-01 15:39:10.288 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  500. ][2022-07-01 15:39:10.288 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9424ms
  501. ][2022-07-01 15:39:10.288 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  502. ][2022-07-01 15:39:10.288 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.6286ms
  503. ][2022-07-01 15:39:10.289 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  504. ][2022-07-01 15:39:10.289 +02:00 INF CORS policy execution successful.
  505. ][2022-07-01 15:39:10.289 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  506. ][2022-07-01 15:39:10.289 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  507. ][2022-07-01 15:39:10.315 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  508. ][2022-07-01 15:39:10.315 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0101ms
  509. ][2022-07-01 15:39:10.315 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  510. ][2022-07-01 15:39:10.315 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.4309ms
  511. ][2022-07-01 15:39:33.667 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 159
  512. ][2022-07-01 15:39:33.667 +02:00 INF CORS policy execution failed.
  513. ][2022-07-01 15:39:33.667 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  514. ][2022-07-01 15:39:33.667 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  515. ][2022-07-01 15:39:33.669 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  516. ][2022-07-01 15:39:33.778 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  517. ][2022-07-01 15:39:33.778 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 108.3911ms
  518. ][2022-07-01 15:39:33.778 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  519. ][2022-07-01 15:39:33.778 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 159 - 200 - application/json;+charset=utf-8 111.1220ms
  520. ][2022-07-01 15:39:40.482 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  521. ][2022-07-01 15:39:40.482 +02:00 INF CORS policy execution successful.
  522. ][2022-07-01 15:39:40.483 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  523. ][2022-07-01 15:39:40.483 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  524. ][2022-07-01 15:39:40.509 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  525. ][2022-07-01 15:39:40.509 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9383ms
  526. ][2022-07-01 15:39:40.509 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  527. ][2022-07-01 15:39:40.509 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.7005ms
  528. ][2022-07-01 15:39:40.510 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  529. ][2022-07-01 15:39:40.510 +02:00 INF CORS policy execution successful.
  530. ][2022-07-01 15:39:40.510 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  531. ][2022-07-01 15:39:40.510 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  532. ][2022-07-01 15:39:40.536 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  533. ][2022-07-01 15:39:40.536 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9616ms
  534. ][2022-07-01 15:39:40.536 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  535. ][2022-07-01 15:39:40.536 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.3370ms
  536. ][2022-07-01 15:45:32.237 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  537. ][2022-07-01 15:45:32.237 +02:00 INF CORS policy execution successful.
  538. ][2022-07-01 15:45:32.237 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2480ms
  539. ][2022-07-01 15:45:32.238 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  540. ][2022-07-01 15:45:32.238 +02:00 INF CORS policy execution successful.
  541. ][2022-07-01 15:45:32.238 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  542. ][2022-07-01 15:45:32.239 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  543. ][2022-07-01 15:45:32.354 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  544. ][2022-07-01 15:45:32.355 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 115.9759ms
  545. ][2022-07-01 15:45:32.355 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  546. ][2022-07-01 15:45:32.355 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 116.4634ms
  547. ][2022-07-01 15:45:38.814 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  548. ][2022-07-01 15:45:38.814 +02:00 INF CORS policy execution successful.
  549. ][2022-07-01 15:45:38.814 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  550. ][2022-07-01 15:45:38.814 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  551. ][2022-07-01 15:45:38.840 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  552. ][2022-07-01 15:45:38.840 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.8185ms
  553. ][2022-07-01 15:45:38.840 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  554. ][2022-07-01 15:45:38.840 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.3018ms
  555. ][2022-07-01 15:45:38.841 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  556. ][2022-07-01 15:45:38.841 +02:00 INF CORS policy execution successful.
  557. ][2022-07-01 15:45:38.841 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  558. ][2022-07-01 15:45:38.841 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  559. ][2022-07-01 15:45:38.867 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  560. ][2022-07-01 15:45:38.867 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7054ms
  561. ][2022-07-01 15:45:38.867 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  562. ][2022-07-01 15:45:38.867 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.1429ms
  563. ]