| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563 |
- [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.
- ][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.
- ][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'.
- ][2022-07-01 08:45:06.404 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 08:45:06.406 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 08:45:06.406 +02:00 INF Hosting environment: Development
- ][2022-07-01 08:45:06.406 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 08:45:06.454 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 08:45:06.519 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 08:45:06.590 +02:00 INF CORS policy execution successful.
- ][2022-07-01 08:45:06.939 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][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
- ][2022-07-01 08:45:07.377 +02:00 INF CORS policy execution successful.
- ][2022-07-01 08:45:07.377 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 08:45:08.099 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 08:45:08.099 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 08:45:08.119 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 737.5084ms
- ][2022-07-01 08:45:08.119 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 1155.5866ms
- ][2022-07-01 08:45:08.120 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][2022-07-01 08:45:08.120 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-07-01 08:45:22.691 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 08:45:22.692 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 08:45:22.693 +02:00 INF CORS policy execution successful.
- ][2022-07-01 08:45:22.695 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 08:45:22.817 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 08:45:22.818 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 122.5521ms
- ][2022-07-01 08:45:22.818 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 08:45:35.374 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 08:45:35.374 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 08:45:35.376 +02:00 INF CORS policy execution successful.
- ][2022-07-01 08:45:35.376 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 08:45:35.489 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 08:45:35.490 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 114.0706ms
- ][2022-07-01 08:45:35.490 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][2022-07-01 10:04:54.353 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 10:04:54.356 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 10:04:54.356 +02:00 INF Hosting environment: Development
- ][2022-07-01 10:04:54.356 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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.
- ][2022-07-01 14:24:57.305 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:24:57.310 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:24:57.310 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:24:57.311 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 14:25:45.504 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 14:25:45.536 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 14:25:45.560 +02:00 INF CORS policy execution successful.
- ][2022-07-01 14:25:45.617 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 14:25:46.402 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 14:25:46.416 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 778.3522ms
- ][2022-07-01 14:25:46.417 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 14:25:50.579 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
- ][2022-07-01 14:25:50.580 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 14:25:50.581 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
- ][2022-07-01 14:25:50.581 +02:00 INF CORS policy execution successful.
- ][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
- ][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.
- ][2022-07-01 14:27:50.649 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:27:50.651 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:27:50.651 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:27:50.651 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 14:27:53.423 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-07-01 14:27:53.678 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-07-01 14:27:53.678 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-07-01 14:27:53.939 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-07-01 14:28:00.898 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 14:28:00.908 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 14:28:42.576 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:28:42.579 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:28:42.579 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:28:42.579 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 14:28:45.519 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 14:28:45.628 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 14:35:01.435 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:35:01.438 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:35:01.438 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:35:01.438 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 14:35:08.671 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-07-01 14:35:08.888 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][2022-07-01 14:35:08.888 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][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
- ][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
- ][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
- ][2022-07-01 14:35:09.091 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][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.
- ][2022-07-01 14:36:26.487 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:36:26.490 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:36:26.490 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:36:26.490 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 14:36:30.863 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-07-01 14:36:31.058 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-07-01 14:36:31.058 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-07-01 14:36:31.276 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][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
- ][2022-07-01 14:37:26.697 +02:00 INF CORS policy execution failed.
- ][2022-07-01 14:37:26.698 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 14:37:26.702 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 14:39:13.418 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:39:13.421 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:39:13.421 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:39:13.421 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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
- ][2022-07-01 14:39:14.792 +02:00 INF CORS policy execution failed.
- ][2022-07-01 14:39:14.793 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 14:39:14.857 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 14:39:41.289 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:39:41.292 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:39:41.293 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:39:41.293 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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
- ][2022-07-01 14:40:44.627 +02:00 INF CORS policy execution failed.
- ][2022-07-01 14:40:44.627 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 14:40:44.691 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 14:43:49.085 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:43:49.092 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:43:49.092 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:43:49.092 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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
- ][2022-07-01 14:43:58.749 +02:00 INF CORS policy execution failed.
- ][2022-07-01 14:43:58.749 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 14:43:58.826 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 14:47:55.760 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 14:47:55.762 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 14:47:55.762 +02:00 INF Hosting environment: Development
- ][2022-07-01 14:47:55.762 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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
- ][2022-07-01 14:47:58.469 +02:00 INF CORS policy execution failed.
- ][2022-07-01 14:47:58.470 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 14:47:58.495 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 14:47:58.516 +02:00 INF Executed action Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host) in 2.3832ms
- ][2022-07-01 14:47:58.517 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Post (Diligent.WebAPI.Host)'
- ][2022-07-01 14:47:58.518 +02:00 ERR Value cannot be null. (Parameter 'connectionString')
- ][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
- ][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.
- ][2022-07-01 15:12:42.646 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:12:42.649 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:12:42.649 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:12:42.649 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:12:44.270 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-07-01 15:12:44.474 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-07-01 15:12:44.474 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-07-01 15:12:44.670 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][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
- ][2022-07-01 15:13:01.073 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:13:01.073 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:13:01.078 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Register (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:13:01.213 +02:00 WRN User password validation failed: PasswordRequiresNonAlphanumeric;PasswordRequiresDigit;PasswordRequiresUpper.
- ][2022-07-01 15:13:01.443 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Register (Diligent.WebAPI.Host) in 342.7244ms
- ][2022-07-01 15:13:01.444 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Register (Diligent.WebAPI.Host)'
- ][2022-07-01 15:13:01.508 +02:00 ERR Role CUSTOMER does not exist.
- ][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
- ][2022-07-01 15:13:20.908 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/InsuranceCompany - -
- ][2022-07-01 15:13:20.908 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.MongoControllers.InsuranceCompanyController.Get (Diligent.WebAPI.Host)'
- ][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).
- ][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.
- ][2022-07-01 15:16:00.425 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:16:00.428 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:16:00.428 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:16:00.428 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:16:17.082 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:16:17.184 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:16:17.609 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 410.1649ms
- ][2022-07-01 15:16:17.610 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-07-01 15:16:54.164 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:16:54.164 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:16:54.166 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:16:54.399 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
- ][2022-07-01 15:16:54.417 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 241.8755ms
- ][2022-07-01 15:16:54.418 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][2022-07-01 15:16:54.529 +02:00 ERR No route matches the supplied values.
- ][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
- ][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.
- ][2022-07-01 15:19:00.109 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:19:00.115 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:19:00.115 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:19:00.116 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:19:04.946 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-07-01 15:19:05.142 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-07-01 15:19:05.142 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][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
- ][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
- ][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
- ][2022-07-01 15:19:05.340 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][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
- ][2022-07-01 15:19:11.911 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:19:11.921 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:19:12.332 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 397.1251ms
- ][2022-07-01 15:19:12.332 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-07-01 15:19:42.276 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:19:42.276 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:19:42.277 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:19:57.098 +02:00 INF Executing CreatedAtActionResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
- ][2022-07-01 15:19:57.169 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 14880.4625ms
- ][2022-07-01 15:19:57.169 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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.
- ][2022-07-01 15:20:29.418 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:20:29.421 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:20:29.421 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:20:29.421 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:20:34.074 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:20:34.172 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:20:34.610 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 424.7449ms
- ][2022-07-01 15:20:34.610 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][2022-07-01 15:21:11.436 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:21:11.439 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:21:11.439 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:21:11.439 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][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
- ][2022-07-01 15:21:17.849 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:21:17.849 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:21:17.917 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:21:18.382 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
- ][2022-07-01 15:21:18.398 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 461.9192ms
- ][2022-07-01 15:21:18.399 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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
- ][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.
- ][2022-07-01 15:22:48.255 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:22:48.259 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:22:48.259 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:22:48.259 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:22:48.421 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
- ][2022-07-01 15:22:48.460 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:23:13.665 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 15:23:13.667 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:23:13.676 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:23:13.679 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:23:14.484 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 15:23:14.498 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 796.7125ms
- ][2022-07-01 15:23:14.498 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:23:16.172 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
- ][2022-07-01 15:23:16.172 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:23:16.174 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
- ][2022-07-01 15:23:16.174 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:24:14.833 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer/chats - -
- ][2022-07-01 15:24:14.833 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:24:36.829 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat/chats - -
- ][2022-07-01 15:24:36.829 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:25:04.978 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:25:04.978 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:25:04.982 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:25:18.664 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:25:18.664 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:25:18.665 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:26:34.346 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:26:34.346 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:26:34.349 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:26:50.894 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:26:50.894 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:26:50.898 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:26:51.922 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:26:52.101 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:26:52.263 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:26:52.417 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:27:16.479 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:27:16.479 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:27:16.480 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:27:16.530 +02:00 WRN Invalid password for user.
- ][2022-07-01 15:27:16.530 +02:00 INF Executing BadRequestObjectResult, writing value of type 'System.String'.
- ][2022-07-01 15:27:16.531 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 51.4ms
- ][2022-07-01 15:27:16.531 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-07-01 15:27:25.380 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:27:25.380 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:27:25.380 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:27:25.502 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 15:27:25.502 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 121.6092ms
- ][2022-07-01 15:27:25.502 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:29:16.558 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 15:29:16.559 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:29:16.559 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:29:16.559 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:29:16.670 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 15:29:16.670 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 110.931ms
- ][2022-07-01 15:29:16.671 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:29:23.930 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer - -
- ][2022-07-01 15:29:23.930 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:29:23.931 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Customer - -
- ][2022-07-01 15:29:23.931 +02:00 INF CORS policy execution successful.
- ][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
- ][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.
- ][2022-07-01 15:29:48.832 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:29:48.835 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:29:48.835 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:29:48.836 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:30:10.708 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:30:10.743 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:30:10.762 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:30:25.509 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:30:25.510 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:30:25.511 +02:00 INF CORS policy execution successful.
- ][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
- ][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.
- ][2022-07-01 15:31:33.440 +02:00 INF Now listening on: http://localhost:5116
- ][2022-07-01 15:31:33.443 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-07-01 15:31:33.443 +02:00 INF Hosting environment: Development
- ][2022-07-01 15:31:33.443 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-07-01 15:32:16.558 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:32:16.592 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:32:16.611 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:32:27.943 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/login - -
- ][2022-07-01 15:32:27.943 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:32:27.944 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:32:28.761 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:32:29.389 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:32:29.754 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:32:30.084 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:34:38.013 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat/Customer/login - -
- ][2022-07-01 15:34:38.013 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:34:38.017 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:34:40.376 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:36:35.288 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 15:36:35.289 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:36:35.296 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:36:35.299 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:36:43.585 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 15:36:43.598 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 8278.8807ms
- ][2022-07-01 15:36:43.598 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:36:47.369 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0 - -
- ][2022-07-01 15:36:47.369 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:36:47.371 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0 - -
- ][2022-07-01 15:36:47.371 +02:00 INF CORS policy execution successful.
- ][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
- ][2022-07-01 15:37:34.840 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:37:34.840 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:37:34.840 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:37:34.965 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 122.7675ms
- ][2022-07-01 15:37:34.965 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:37:47.288 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 15:37:47.288 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:37:47.289 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:37:47.289 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:37:47.414 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 15:37:47.414 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 124.4919ms
- ][2022-07-01 15:37:47.414 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:37:48.904 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:37:48.904 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:37:48.904 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:37:48.930 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9026ms
- ][2022-07-01 15:37:48.930 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:37:48.931 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:37:48.931 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:37:48.932 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:37:48.958 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0197ms
- ][2022-07-01 15:37:48.958 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:39:04.838 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:39:04.839 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:39:04.839 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:39:04.868 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 29.3114ms
- ][2022-07-01 15:39:04.868 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:39:10.261 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:39:10.262 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:39:10.262 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:39:10.288 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9424ms
- ][2022-07-01 15:39:10.288 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:39:10.289 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:39:10.289 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:39:10.289 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:39:10.315 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0101ms
- ][2022-07-01 15:39:10.315 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][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
- ][2022-07-01 15:39:33.667 +02:00 INF CORS policy execution failed.
- ][2022-07-01 15:39:33.667 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
- ][2022-07-01 15:39:33.667 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:39:33.778 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
- ][2022-07-01 15:39:33.778 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 108.3911ms
- ][2022-07-01 15:39:33.778 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:39:40.482 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:39:40.482 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:39:40.483 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:39:40.509 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9383ms
- ][2022-07-01 15:39:40.509 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:39:40.510 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:39:40.510 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:39:40.510 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:39:40.536 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9616ms
- ][2022-07-01 15:39:40.536 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:45:32.237 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
- ][2022-07-01 15:45:32.237 +02:00 INF CORS policy execution successful.
- ][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
- ][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
- ][2022-07-01 15:45:32.238 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:45:32.238 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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).
- ][2022-07-01 15:45:32.354 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
- ][2022-07-01 15:45:32.355 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 115.9759ms
- ][2022-07-01 15:45:32.355 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:45:38.814 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:45:38.814 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:45:38.814 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:45:38.840 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.8185ms
- ][2022-07-01 15:45:38.840 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ][2022-07-01 15:45:38.841 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
- ][2022-07-01 15:45:38.841 +02:00 INF CORS policy execution successful.
- ][2022-07-01 15:45:38.841 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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).
- ][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]]'.
- ][2022-07-01 15:45:38.867 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7054ms
- ][2022-07-01 15:45:38.867 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
- ][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
- ]
|